0

I'm using a shared hosting with 2MB limit for uploading file using php. So I was wondering if I upload a file more than 2MB using cURL to my S3 amazon , will it work ? Thanks

user1725155
  • 345
  • 1
  • 4
  • 11

1 Answers1

0

Check this out.

This way you can completely avoid uploading the file through your webserver, meaning no max-size issues and less workload. You only have to specify the callback URL and you're done.

alexcasalboni
  • 1,726
  • 1
  • 16
  • 26