premtemp
03-11-2010, 03:04 AM
Hello,
I am working a system where a users can download file from a server. I am able to extract the file and and add to an archive file and download it to my PC. However, the number of files can be large (200-300 files). So, take some time to add these file to archive. In my current implementation the user wait while the file are added to the archive
I would like to create a HTML page where the user can see all the file and then select download button. It should then notify the user via some message text about the status of archive/download.
for example
... adding f1 to the ararchive
--- adding F2 to archive
-- zipping file
--
Thanks for any suggestion
I am working a system where a users can download file from a server. I am able to extract the file and and add to an archive file and download it to my PC. However, the number of files can be large (200-300 files). So, take some time to add these file to archive. In my current implementation the user wait while the file are added to the archive
I would like to create a HTML page where the user can see all the file and then select download button. It should then notify the user via some message text about the status of archive/download.
for example
... adding f1 to the ararchive
--- adding F2 to archive
-- zipping file
--
Thanks for any suggestion