Its all about Ruby On Rails
uploading
Uploading files using AJAX
Nov 20th
There is no way to upload files using AJAX. How Gmail does it then? Well, the answer is using <iframe>. Here is a post that describe this technique in detail. Infact we are using this technique from months, obviously inspired by Gmail.
update: Technically speaking, it’s not Ajax. Just an iframe hack. You are absolutly right Pratik.