Uploading files using AJAX

Published on

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 … Continue reading Uploading files using AJAX

Cheat Sheet

Published on

Capistrano1.2.0 cheat sheet here. REST cheat sheet here. Rails cheat sheet here. Rails testing cheat sheet here.