RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: codezomb
Thanks for the awesome video, Ryan. Just a note.
jQuery File Upload is great, however it does not handle any sort of file upload for IE since:
a) IE doesn't support drag and drop b) IE doesn't support selecting multiple files.
In the situation of IE, you just fall back to single file uploads, while things like progress bars do still work.
Edit: Sorry, I should state it will upload multiple files for IE, but you still have to select them one at a time.
products_url comes from the routes, and j is a method to escape the output so that it can be used with javascript
Thanks for the awesome video, Ryan. Just a note.
jQuery File Upload is great, however it does not handle any sort of file upload for IE since:
a) IE doesn't support drag and drop
b) IE doesn't support selecting multiple files.
In the situation of IE, you just fall back to single file uploads, while things like progress bars do still work.
Edit: Sorry, I should state it will upload multiple files for IE, but you still have to select them one at a time.
products_url comes from the routes, and j is a method to escape the output so that it can be used with javascript