How to go about uploading Multiple files(i have multiple files inside a folder) using file uploader by selecting target folder once in asp.net.if not using file uploader is there any other control for uploading file in asp.net?
How to go about uploading Multiple files(i have multiple files inside a folder) using
Share
You have several options to upload multiple files:
But none that I can think of will allow you to select and entire “folder”.
Hope it helps.