Hello,
Can anyone tell me how can i create a button in asp and link to download files from some folder one by one Simultaneously?
I wrote some code to download one file,i don't no how to write the code to download files one by one from specific folder.
my code is
(I WROTE IN ASP USING VB.NET)
<a href="Test1/0MM0.wmv">TEST</a>
Here Test1 is the folder and 0MM0.wmv is the file suppose two files in the Test1 folder means how can i download files one by one for that what code i want to write in ASP using VB.NET.
Here i want to create some fun suppose when the user select one file using button after he downlaod the file the button will be Disable.and when he upload the file the button will be enable.Already i wrote some code for Uploading.
So i wnat the code for downloading.so please help me.
Thanks in advance,
Nagesh.
Can anyone tell me how can i create a button in asp and link to download files from some folder one by one Simultaneously?
I wrote some code to download one file,i don't no how to write the code to download files one by one from specific folder.
my code is
(I WROTE IN ASP USING VB.NET)
<a href="Test1/0MM0.wmv">TEST</a>
Here Test1 is the folder and 0MM0.wmv is the file suppose two files in the Test1 folder means how can i download files one by one for that what code i want to write in ASP using VB.NET.
Here i want to create some fun suppose when the user select one file using button after he downlaod the file the button will be Disable.and when he upload the file the button will be enable.Already i wrote some code for Uploading.
So i wnat the code for downloading.so please help me.
Thanks in advance,
Nagesh.
Comment