Hi,
I am looking for a multiple file uploader by which I can select(CTRL+mouse click in File browse window) and upload multiple files without postback. I don't want to use any flash component(like SWF uploader) for it. I came to know that with normal Ajax request we can't upload files and we have to fake it through an iframe. Could you please guide me some resource which could lead me to implement it.