RailsCasts Pro episodes are now free!

Learn more or hide this

Mike Kelley's Profile

GitHub User: codezomb

Comments by Mike Kelley

Avatar

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.

Avatar

products_url comes from the routes, and j is a method to escape the output so that it can be used with javascript