Alright.... so after searching for days I am officially stuck. My problem seems pretty simple but every time I think I am on the right track I get stopped.
I have a simple html form that has the option for the user to upload a few pictures. I need to store these using Amazon S3 which doesn't support multi-file upload with POST. Is there ANY way I can workaround this limitation? Maybe a PHP script to upload them sequentially?
Thanks in advance.