Using the MediaFileInfo object to upload a file through webforms, is it possible to display current progress as feedback to the user?
I suspect not but it would be kind of awesome if we could pull that off.
Showing progress is a bit complex problem and requires efforts. There is no that possibility out of the box. I'd look for SignalR or AJAX + threading if I had that problem.
Might be a bit more than we want to implement right now. Thanks.
Please, sign in to be able to submit a new answer.