search for: file_upload_progress

Displaying 2 results from an estimated 2 matches for "file_upload_progress".

Did you mean: file_upload_progress1
2006 May 05
3
Stop browser timeout with large file uploads + processing?
Hi Im uploading a file to my rails app, i''s usually a large file, 5-50mb. Once the file has been uploaded it must be parsed and processed, this can take a very long time, 1-20mins. The problem is that most of the time my browser timeouts. Im not really sure how to solve it. One idea is that i have a script run constantly on the server that checks for uploaded files in a
2006 Sep 17
1
Question about mongrel_upload_progress
Like most people, I find the file upload process very annoying, in that you hit submit and sit there, seemingly forever, as your file gets sent. So I felt it would be a great goodness to have progress updates as file_upload_progress offers. However, I have been unable to get it to work, and I''m not sure why. I created the form roughly as said, except that my target is creations/create instead of the one in the documentation. I changed the file_path in the configuration file to creations/create, and sure eno...