views:

148

answers:

1

Hey. I try to use SWFUpload Javascript/Flash library for uploading files in my Rails (RoR) app. Upload works with standard form but with SWFUpload I get "HTTP Status: 422" error code. Can someone tell me how to fix that?

+2  A: 

Setting up swfupload with rails is not 100% straigtforward. Try looking at this article: SWFUpload, Paperclip and Ruby on Rails

marcgg