I am trying to upload a big file (around 1.8GB) to amazon s3 using their php api.
Somehow, upload fails. I have added lines to increase timeout, so I don't think it should be an issue.
What I get is "Resource id #20" everytime.
I tried uploading small files and that worked fine.
I am executing this script from a shared server, could it be due to resource limitation?
Please help me solve this.
echothe variable that contains some sort of resource (in your case perhaps it is handler to curl). – zerkms Mar 23 '11 at 13:21