I'm working on a simple S3 uploader, got it to perform and do what I need to do; however, I was wondering if there was an easy to create an upload progress bar?
At the bottom of the browser, there is a browser message that says "Uploading" - is there any articles anyone knows about that piggy-backs off of this to display a loading bar?
Ideally, that variable will be passed to a jquery function that renders the percentage in the bootstrap progressbar (which accepts integers).
The goal here is to be more aesthetically pleasing, not necessarily 100% accurate.
