Change Method to PUT #355

Open
opened 2016-08-19 21:55:31 +00:00 by timurcatakli · 3 comments
timurcatakli commented 2016-08-19 21:55:31 +00:00 (Migrated from github.com)

Hi all,

Adding method key and setting the value to true did not work/ How can I change the method to PUT please?

public uploader:FileUploader = new FileUploader({ disableMultipart: true, method: 'PUT', url: '....

Hi all, Adding method key and setting the value to true did not work/ How can I change the method to PUT please? `public uploader:FileUploader = new FileUploader({ disableMultipart: true, method: 'PUT', url: '....`
caJaeger commented 2016-08-31 06:46:55 +00:00 (Migrated from github.com)

@timurcatakli I don't really know how to change the method to put other than branching and changing it yourself, however, no part of this should ever be a put.

@timurcatakli I don't really know how to change the method to put other than branching and changing it yourself, however, no part of this should ever be a put.
alouane commented 2017-03-23 17:56:46 +00:00 (Migrated from github.com)

Hi @timurcatakli, I think PUT method is important since s3 putobject command dosent accept any method other than PUT, currently I can't make an upload directly to s3 using a signed url

Hi @timurcatakli, I think PUT method is important since s3 putobject command dosent accept any method other than PUT, currently I can't make an upload directly to s3 using a signed url
alouane commented 2017-03-23 18:00:38 +00:00 (Migrated from github.com)

This answer does the job #217 :)

This answer does the job [#217](https://github.com/valor-software/ng2-file-upload/issues/217#issuecomment-270205297) :)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: dc/ng2-file-upload#355