Control Panel
Forum
Hosting Help
ASP.NET 4 & SQL 2008 R2 Hosting
Resources
Notice
Login
Members
Shared Hosting
|
Upgrade
|
Advertise
|
Tutorials
|
AdSense revenue sharing sites
|
Exam 70-680 Practice Tests
|
Silverlight games
Total
members
:
210363
Average new registrations per day (in last 7 days):
16
New Registration:
Open
Register Now
Home
»
Questions & Answers
»
how to Upload and Download Data using Vb.net?
how to Upload and Download Data using Vb.net?
8/29/2010
Author:
Saurabh Agrawal
KIT
How visitors can download files or data from my website and how they upload data to my site data collection folder?
Please give codes for doing this in asp.net using vb.net.
Answers .............
Author:
DHAWAL SINHA
Posted Date: 9/2/2010
hi you can use the fileupload control found in the toolbox of visual studio, for uploading data.
Author:
Tukai SS
Tukai software solutions
Posted Date: 9/4/2010
My.Computer.Network.DownloadFile _
(
http://www.google.com/downloads/SomeFile.txt
, _
C:\Documents\SomeFile.txt)
My.Computer.Network.UploadFile( _
C:\Documents\SomeFile.txt, _
http://www.google.com/uploads/)
>
Author:
Ashutosh Sharma
JSS
Posted Date: 9/27/2010
i have codes in C# my friend......
for uploading please add a file upload control on the page and then execute following code....
string str1 = FileUpload1.PostedFile.FileName;
string str2 = Path.GetFileName(str1);
string str3 = @C:/Users/Ashu/Documents/Visual Studio 2008/WebSite39/userupload/;
FileUpload1.PostedFile.SaveAs(Path.Combine(str3, str2));
http://bloggashu.blogspot.com
You must
login
to post answer for this question.
Advertise
Privacy Policy
Terms of use
Contact Us
SpiderWorks Technologies Pvt Ltd.
All Rights Reserved.