Upload files like in GMail

Possible duplicate:
Gmail as file upload using jQuery

I am learning JQuery and would like to know if there are any ways we can implement a file upload function similar to the one found in GMail for attachment (when composing mail) using jQuery?

-1


a source to share


1 answer


GMail uses Flash to download the file in the background. SWFUpload is an open source project that pushes against something siliary.



+1


a source







All Articles