nathancolgate / s3-swf-upload-plugin

A rails 3 gem which allow user upload files to S3 through an embedded flash directly. All UI has been moved out of flex and can be controlled by CSS and JavaScript callbacks.
http://www.nathancolgate.com
MIT License
317 stars 74 forks source link

Unidentifiable Upload Error #27

Closed dankozlowski closed 13 years ago

dankozlowski commented 13 years ago

I followed the installation directions, but I get an error in my browser saying "There was an error" and the following stuff in my server console: (Rails 3.0.3, Ruby 1.9.2.)

Started GET "/s3_uploads.xml?key=apAsm%2Epng&content%5Ftype=image%2Fpng" for 127.0.0.1 at 2011-01-06 21:41:32 -0800 Processing by S3UploadsController#index as XML Parameters: {"key"=>"apAsm.png", "content_type"=>"image/png"} Completed 200 OK in 5ms (Views: 3.3ms | ActiveRecord: 0.0ms)

Thanks!

krzkrzkrz commented 13 years ago

I am coming across the same issue. Not much I can do since the error message is pretty vague. Anyone know what is going on?

Same environment, Rails 3.0.3 and Ruby 1.9.2

krzkrzkrz commented 13 years ago

Ahhhh, looks like my crossdomain.xml was missing on my bucket. Works now