I know its a known issue but has anyone found a way to “fix” the connection failure on iPhone in 3G of “relativly” large files ?
My application depends highly on S3 for upload and keeps failing uploads of files larger then 200KB
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I figured this out some time ago but forgot to update the reply, actually what was happening was that i was using an HTTP connection and it seems that if uploading Media files there are some Operators that have online “Conversors” dont know how to call them that take for instance your JPEG and “optimize” that jpg for mobile devices (this also applies to other media types), and since that modified the file that wont match S3 Header with the file “HASH”, the way i worked around the problem was to use an HTTPS connection which prevents those intermediary servers to modify my upload