Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

upload image through system.net.webclientSystem.Net.WebClient

Status
Not open for further replies.

JawwadLone

Programmer
Mar 17, 2004
57
PK
im working on asp.net application. i want to upload image from client side to webserver using asp.net application.
i m using System.Net.WebClient.UploadFile() to upload image.
problem im having is that the source path .

Like the image is store is stored on "c:\temp.jpg" at client side.it looks for the image at at server's C Drive rather then at client.Is there's any way through which i can make it work at client side? Looking foward for your suggestions.
 
Nope...like we said in your previous 2 posts on this subject it isn't possible due to security issues.


____________________________________________________________

Need help finding an answer?

Try the Search Facility or read FAQ222-2244 on how to get better results.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top