There was an error while loading. Please reload this page.
Trying to make a /sign call for S3 upload to be a 'POST' one. But call does not change when method : 'POST' is sent in creation of S3Uploader.
uploader = EmberUploader.S3Uploader.create({ url: this.get('url'), method: 'POST' });
Trying to make a /sign call for S3 upload to be a 'POST' one.
But call does not change when method : 'POST' is sent in creation of S3Uploader.
uploader = EmberUploader.S3Uploader.create({ url: this.get('url'), method: 'POST' });