Click here to Skip to main content
15,895,709 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Hear Server is ASP.net. Client is Window application i want to get a image file server to client.

i have the server path like
"http://servername/virtualdirectoryname/foldername/filenameX.jpg"

in this path i have filenameX.jpg. I need to copy this file to client system.

As soon As possible send reply.
Posted
Updated 19-Feb-13 23:37pm
v3
Comments
Sandeep Mewara 20-Feb-13 9:43am    
What have you tried so far? Where exactly are you stuck?
nane aa 21-Feb-13 3:10am    
dim wc as new webclient()
dim data as byte()=wc.downloadfile(serverpathurl,localpath)

it is working..

Just posting it to pop it out of unanswered questions. OP reported that he/she found the solution.
 
Share this answer
 
VB
dim wc as new webclient()
dim data as byte()=wc.downloadfile(serverpathurl,localpath)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900