views:

705

answers:

1

Possible Duplicate:
Gmail like file upload with jQuery

I am learning JQuery and would like to know if there are any ways by which we can implement file uploading functionality similar to that found in GMail for attachment (while composing mail) using JQuery?

A: 

GMail uses Flash to upload the file in the background. SWFUpload is an open source project that foes something siliar.

Julien