how to upload(txt,jpg) and download the file
hi im newbie for ASP.NET C#. i want to upload (txt,jpeg,avi,mp3) in sql database and a listbox will show the these files in my web page .and allow to download the uploaded files.. first i thanks advance and sorry my bad english.
Rasadul Alam RashedPosted Mar 26, 2013, 2:58 AM
You can use it
Thanks n regard
Rasadul Alam RashedPosted Mar 16, 2013, 7:59 AM
For this we need to include one namespace and it is. using System.Net
Here is a nice example for FTP operation.
http://cybarlab.blogspot.com/2013/03/file-upload-download-delete-from-ftp.html
Rimi JainPosted Feb 28, 2013, 7:30 AM
I am not sure if this will, but you can try. You can do a Multiple FileUpload in Asp.Net using the Asp.Net "HttpFileCollection" class.
Try this article Multiple File Upload in Asp.Net.
Please let me know if it has helped you.
Rimi.