multiple file upload
-
hi friends In asp 2.0,we have File upload control,In this control allow to upload the multiple file (If you browse the button,Upload window will be open and select the multiple file into upload window..finally we upload the file) In asp 1.1 ,we have html file upload control,here i need to open the upload window and select multiple file into upload window..finally upload the all the files.. but asp1.1,select single file only into upload window..i need to select more file into upload window Is it possible?
Known Is Drop.Unknown Is Ocean
-
hi friends In asp 2.0,we have File upload control,In this control allow to upload the multiple file (If you browse the button,Upload window will be open and select the multiple file into upload window..finally we upload the file) In asp 1.1 ,we have html file upload control,here i need to open the upload window and select multiple file into upload window..finally upload the all the files.. but asp1.1,select single file only into upload window..i need to select more file into upload window Is it possible?
Known Is Drop.Unknown Is Ocean
Select File one by one using File Upload Control. Put a Add button on the form, OnClick of the Add button, add the file in a listbox. Add multiple file , then click on upload button to upload file taking the list from Listbox.
cheers, Abhijit CodeProject MVP Web Site:abhijitjana.net