Uploading files to Amazon S3 using jQuery, Bootstrap and PHP

Hristo Torbov
1 min readMay 10, 2019

After searching a while, I couldn’t find a complete guide how to upload files to Amazon S3 with a nice-looking progress bar, so I decided to share what I’ve done, using the information posted on a few places.

Please, follow these instructions to learn how to create a bucket, user, permissions, etc. and edit only $params if you’re not familiar with coding.

Resources:

1. AWS S3 with PHP — Amazon Web Services End to End Guide
2. Ajax Upload to Amazon AWS S3 Using jQuery & PHP

--

--