Asynchronous File Upload
Posted by Rahul in Ajax, ColdFusion
For one of my current project, we wanted to have to support multiple file attachments in one of the forms. The first thing that came to my mind was how about doing it the GMail way. For me the GMail file attachment module functions the best way. I was sure that I could find some reusable component that I can quickly use. But to my disappointment or lack of (search) time or call it bad googling, I couldn't find something, in ColdFusion, that I could have used. Incidentally I found the Google Guide today to help me better my googling.
To my good luck I found an implementation in PHP, which I quickly (5 mins to be precise) implemented, that's where I love ColdFusion. The implementation is a simple yet intelligent use of (hidden) iframes and JavaScript.
Download it !!

