PLUpload C # Direct To S3 Working Sample

.net plupload amazon s3 SOS

The new PLUpload has a PHP sample for direct loading in Amazon S3. The claim is that it is "easily" transferred to other platforms.

However, “easy” is a relative term, and unfortunately I am currently a dead end. I have never touched PHP before, and I would like to see some working sample where someone pulled it either in VB.NET or in C # (preferably C #).

Thank!!

+3
source share
1 answer

I created a sample MVC3 application and put it on Github, which was partially based on the Cary work found in the forum post.

: http://blog.cdeutsch.com/2011/07/aspnet-mvc3-app-using-plupload-to.html

Github: https://github.com/crdeutsch/MVC3PluploadToAmazonS3

+1

All Articles