Upload files directly to Amazon S3 from ASP.NET application

后端 未结 5 1221
[愿得一人]
[愿得一人] 2020-11-29 20:57

My ASP.NET MVC application will take a lot of bandwidth and storage space. How can I setup an ASP.NET upload page so the file the user uploaded will go straight to Amazon S3

5条回答
  •  难免孤独
    2020-11-29 21:52

    If you need to upload large files and display a progress bar you should consider the flajaxian component.

    It uses flash to upload files directly to amazon s3, saving your bandwidth.

提交回复
热议问题