Has anyone implemented any kind of user feedback during a large file upload? If so would you mind sharing it :)

It's a rather complex technique. Because an upload is just a very large request, you can't show feedback as the response to that request. You have to pop open a new window when the form is posted that makes a new request which somehow checks to see if the upload has been completed. If it is not complete, you return a "please wait..." page, otherwise you return "Upload complete."


With the current architecture of Active4D, that's the best you can do.

Regards,

   Aparajita
   Victory-Heart Productions
   [EMAIL PROTECTED]
   www.aparajitaworld.com

   "If you dare to fail, you are bound to succeed."
   - Sri Chinmoy   |   www.srichinmoylibrary.com



Reply via email to