tors / jquery-fileupload-rails

jQuery File Upload integrated for Rails
669 stars 253 forks source link

Select a file button not responding on production #93

Open st118173 opened 7 years ago

st118173 commented 7 years ago

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

felixbuenemann commented 7 years ago

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.