How to upload files directly to S3 using PHP and with progress bar -
there similar questions none have answers in how upload files directly s3 using php progress bar. possible adding progress bar without using flash?
note: referring uploading client browser directly s3.
i've done in our project. can't upload directly s3 using ajax because of standard cross domain security policies; instead, need use either regular form post or flash. you'll need send security policy , signature in relatively complex process, explained in s3 docs.
Comments
Post a Comment