I have a file upload facility on my web app and if the file is large, there doesn’t appear to be a way of indicating the progress of the upload to the user.
Does anyone has any suggestions on this?
As the upload is asynchronous, perhaps there should be a progress event?
There’s already a feature request for this. The reason there isn’t one is that we’ve only recently removed IE8 from the list of supported browsers and that was the last version which didn’t have access to a needed underlying api.