Monday, September 9, 2013

Multiple File Upload to Amazon S3 using PHP

I am going to explain how to upload multiple images to Amazon S3 bucket without refreshing a page using PHP & jQuery. Most of the social networking sites are storing files/images in Amazon servers only. Let me explain why do we need Amazon S3
Amazon S3 (Simple Storage Service) is an online service provided by Amazon.com, that allows web designers to store large amounts of data online. Amazon has also built the S3 service to be very reliable, and guarantees server uptime of99.99%.
There are so many tools are available to upload files to Amazon S3 server like Amazon S3Fox 
Now we are going to upload multiples files to S3 with PHP & JQuery
We need Amazon AWS Access key & Secret Key to upload filesSo Login to Amazon account and click here to get AWS Access Credentials.
Create Access Credentials in Amazon S3
Create Access Credentials in Amazon S3
After login to Amazon account – you have to create a Bucket & assign a permission to Everyone to Read in Properties Tab
Bucket Permission in Amazon S3
Once created, You have to provide Amazon Key details in config.php

Multiple File Upload to Amazon S3 using PHP

I am going to explain how to upload multiple images to Amazon S3 bucket without refreshing a page using PHP & jQuery. Most of the soci...