file upload - Uploading Directly to S3 on CORS without Flash, from HTTPS hosted site -


We are looking for S3 in uploading large files (~ 100MB +)

HTML-Form includes other meta information about the file, which will be stored in our application database and not in S3. Depending on the success / failure of file-uploads on S3, the metadata about the image will be inserted in our application DB.

The application is on the Ruby-on-Rails stack and HTTPS is enabled. S3 is denied form submission, so a flash based upload is done.

  1. Direct JS uploads are not possible due to a cross-domain (CORS) limit with S3.

  2. Configuring the HTTP Server (NGNX) with the option described here (http://zefer.posterous.com/pure-html-ajax-solutions-to-upload- Files-to-s) but the application (ie, NGNX) will run behind elastic load balancer at HLTPS.

    Is there another good pattern for this requirement in the AdWords World?

    Thanks, Shriram

    CORS is now supported, then your option is 1 now

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -