It provides a user-interface as a Form where two files, to compare the hashs for, can be selected into two Text Box controls. These two files are selected using a fileopen dialog box.
It also provides a check box which would show the result of the comparison after the compare Button on the Form is clicked.
Using this app you can check the integrity of the data of an uploaded file by comparing it with the data from original file.
This app is geared towards debugging purposes.
Downloading from a Database
UpFilesBE provides a utility web page for downloading a file previously uploaded to a database table.
This utility page is just meant to download a file and compare it with the original file to make sure that they match and no data had been lost during the database upload operation.