upload file to amazon S3 and CI upload class |
[eluser]tim peterson[/eluser]
i'm trying to upload a file to my Amazon S3 bucket. My friend had this working on our site in the past but a year later its busted and I can't figure out what's wrong. We are using the S3 PHP library developed by: Geoff gaudreault (@neurofuzzy) http://www.neurofuzzy.net/2006/08/26/ama...ss-update/ This library looks pretty straightforward to me, really it looks like there is one key function: putObject(). Unfortunately, I'm not even getting out of the gate. I'm getting the following error message: Error 324 (net::ERR_EMPTY_RESPONSE): The server closed the connection without sending any data. here's my codeigniter PHP for my upload form action: Code: function s3(){ does anyone have any thoughts? thanks, tim |
Messages In This Thread |
upload file to amazon S3 and CI upload class - by El Forum - 04-17-2012, 03:12 PM
|