Search code examples
ruby-on-railsapache-flexfile-uploadattachment-fu

file upload with attachment_fu in rails


My file upload is working fine on IE.

But it's returning "406 not acceptable" error on firefox.

Any solution?


Solution

  • This worked for me.

    before_filter :login_required, :except=>[:new, :create]