This application demonstrates how to organize robust upload using Image Uploader. In this demo application Image Uploader computes MD5 and SHA1 hash values for each uploaded file and sends them to the server. The server script calculates hash value for the file it receives and then compares result with uploaded hash. This way you can verify whether the file was corrupted during upload.

Additionally in this application you can see how to:

NoteThis demo application deletes all previously uploaded files. Keep in mind that it is a feature of this demo, not of Image Uploader itself. If you do not want to delete uploaded files, you should modify the upload processing page specified by the Action parameter.