Question

My file upload is working fine on IE.

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

Any solution?

Was it helpful?

Solution

This worked for me.

before_filter :login_required, :except=>[:new, :create]
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top