I'm working on a Rails application that uploads large files (~300mb). Is there a way to incorporate a progress indicator without relying on a specific HTML5 uploader or installing the nginx server module? Can this be achieved simply with the standard file upload field?
Thanks in advance!