Skip to content

AJAX File Uploads

Rick Eversole edited this page Mar 30, 2014 · 1 revision

There are issues with using AJAX file uploads, older browsers do not support this approach. There is one hacky way around this for those older browsers: IFRAMES.

AJAX File uploads withthe IFRAME method

Rails 3 using Remotipart allows for an AJAX like file upload. Refer to Rails3 AJAX File Uploads with Remotipart

remotipart

Clone this wiki locally