Click here to Skip to main content
15,902,445 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I am trying to create upload with progress using the Amazon S3 sdk using php. I have apc working fine in my local XAMPP server, with the following code for the local system

http://www.johnboy.com/php-upload-progress-bar/

But the difficulty arises when trying the same with the s3 server. To be exact i am using create_object().

http://docs.amazonwebservices.com/AWSSDKforPHP/latest/#m=AmazonS3/create_object

On the local drive the move_uploaded_file() of php works fine and displays the progress bar. Please suggest me how can i tweak the above code to work with s3.

Thanks
Posted
Updated 22-Nov-10 9:02am
v4

1 solution

Hi,

Please visit following article
ASP.NET File Upload with Progress Bar[^]

It's developed in ASP.Net but you can reuse it Javascript, CSS and HTML for progress bar. just you need to change only thing is server side code.

I will help you whenever required.
Thanks,
Imdadhusen
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900