jquery-fileupload-rails
jquery-fileupload-rails copied to clipboard
Select a file button not responding on production
Hello i used your code to build upload option, but when i deployed on production or server it is not responding can you help me out to resolve this problem
I'd check the javascript console for errors. One example problem could be that you concatenate and minify scripts in production and the order in that the scripts are minified is wrong.