identify async file upload progress
I am looking for a code wherein user uploads a zip archive to server after upload finishes, the archive is extracted( decompressed) ..
i found a library for handling of zip archive.. now the problem is that i don't know how to find out when the upload is complete so that the decompression process can be started..
|