feat(upload): Client Side S3 upload #121

Open
opened 2016-03-27 06:25:52 +00:00 by pratik60 · 3 comments
pratik60 commented 2016-03-27 06:25:52 +00:00 (Migrated from github.com)

Wondering if this is in the roadmap....

Wondering if this is in the roadmap....
valorkin commented 2016-05-12 13:18:14 +00:00 (Migrated from github.com)

hm

hm
tdonohue commented 2016-05-25 15:13:58 +00:00 (Migrated from github.com)

Note, for Amazon S3 support (or other APIs which expect just streaming the file), you may need an option for disabling multipart form encoding.

See this parallel effort in angular-file-upload (Angular1) https://github.com/nervgh/angular-file-upload/pull/602
and the related S3 corruption issue that it solves: https://github.com/nervgh/angular-file-upload/issues/382

Note, for Amazon S3 support (or other APIs which expect just streaming the file), you may need an option for disabling multipart form encoding. See this parallel effort in `angular-file-upload` (Angular1) https://github.com/nervgh/angular-file-upload/pull/602 and the related S3 corruption issue that it solves: https://github.com/nervgh/angular-file-upload/issues/382
tdonohue commented 2016-06-20 14:50:23 +00:00 (Migrated from github.com)

Note: #224 should allow you to upload to Amazon S3 using pre-signed URLs. It's essentially the same fix that was applied to angular-file-upload (for Angular 1) as noted above.

Note: #224 should allow you to upload to Amazon S3 using [pre-signed URLs](http://docs.aws.amazon.com/AmazonS3/latest/dev/PresignedUrlUploadObject.html). It's essentially the same fix that was applied to `angular-file-upload` (for Angular 1) as noted above.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: dc/ng2-file-upload#121