Idea Summary
I would like APEX to display a progress bar when an upload is initiated through a File Browse item type.
Use Case
There are often cases in which a user needs to upload files which exceed 20mb of data. Displaying a progress bar showing the progress in percentages would increase the user experience and would avoid cases in which the user refreshes the window just because the application feedback is not sufficient.
If a progress bar cannot be implemented it would be good to be able to at least be able to programatically query the progress percentage so that we can then build our own progress bar.
Preferred Solution (Optional)
There are a couple of plugins out there which already have this implemented, like Daniel's Dropzone plugin or the UC - Dropzone plugin