Uploading Multiple Files at a time to Server
Dear all,
I want to Upload multiple files at a time from cleint to server in ASP.NET. user will only provide the directory path and it should automatically take all the file names and upload it to the server. If I am using the File Object I am able to upload one file at a time. Also if I am using the File System Object, it only can get me the files and directories of the server not the client. Please suggest how to recogonise the cleint side files and upload them in ASP.Net without using DCOM.
Thanks and Regards
Tapan
|