Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

Can't upload a file


Edge Accelerated uploads to Amazon s3

in my Swift 3 code, I can’t upload a large file just by file path, see my swift 3 code,

Alamofire.upload(fileURL, to: uploadUrl, method: .put)

2 Community Answers

y...

User  
0 rated :

the error message is <Code>SignatureDoesNotMatch</Code>

However, I can use the the same uploadUrl to upload a file, if I read a file into memory and then upload the memory data. so that the real problem is not about signature or jwplayer url, it must be something else.

Daniel Berger

JW Player Support Agent  
0 rated :

Can you please recreate your issue with our open source project and share it with support through the link in your dashboard (to ensure your confidentiality)?
https://github.com/jwplayer/jwplayer-sdk-ios-demo

Thanks

This question has received the maximum number of answers.