My file upload is working fine on IE.
But it's returning "406 not acceptable" error on firefox.
Any solution?
My file upload is working fine on IE.
But it's returning "406 not acceptable" error on firefox.
Any solution?
This worked for me.
before_filter :login_required, :except=>[:new, :create]