Plugins - Upload progress
Add to favoritesThe upload progress plugin will alter your rails CGI handling to track the uploaded status of multipart/form encoded posts. The plugin will also add helper methods to create an AJAX updating progress bar.
Add to favoritesThe upload progress plugin will alter your rails CGI handling to track the uploaded status of multipart/form encoded posts. The plugin will also add helper methods to create an AJAX updating progress bar.
hi, i am using upload_progress plugin . I am running my application in webrick. Does this plugin work with webrick? I think it is working. But the progress nformation "Upload started.." and "Upload finished.." are only printed. No information is shown while upload is taking place. I need the information - file size remaining to be uploaded and % of upload completed so far. What should I do to get this? Please reply. Thanks...