利用PHP向Amazon S3上传文件

[i=s] 本帖最后由 jieforest 于 2012-8-9 10:57 编辑

Are you looking for Amazon S3 bucket file upload from your web project using PHP technology., if yes take a quick look at this post demo. Amazon S3 is the best option to reduce the bandwidth cost as well file load time. Upload functionality is the most sensitive part in web project, one small mistake hackers will upload miscellaneous files. If you are connect with Amazon S3 you will be safe side.

Download script. contains four files.

1. S3.php //Amazon S3 library file

2. s3_config.php //Key configuration file

3. image_check.php //File validator
4. index.php



p2.PNG


来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/301743/viewspace-740477/,如需转载,请注明出处,否则将追究法律责任。

转载于:http://blog.itpub.net/301743/viewspace-740477/

你可能感兴趣的:(利用PHP向Amazon S3上传文件)