JawwadLone
Programmer
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.
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.