Reputation: 1828
Can someone please tell me how to show progress bar in asp.net when uploading files to amazon S3?
Upvotes: 0
Views: 520
Reputation: 147
I know its a little late and you might would have already solved this problem. But I will reply to it anyways.
I have been working on a problem of the same kind. After a lot of research and wasting time I found a plausible solution to this problem. To use the jquery upload plugin. Here is the LINK for how to use the plugin with ASP.NET:
And here is the link for the demo of the plugin :
I have not tried it myself because the requirements for my project had changed by the time I figured this out, but if anyone try this and it works do let me know! Thanks!
Upvotes: 1