Hi,
I need to open a .jpg file from my .aspx page.
The .jpg file is in "C:\imageFolder\"
The application folder is in "D:\projects\MyApplication"
So, I need to open the image on click of a link in my .aspx page.
If the image is in same application folder, then I can able to open it.
It is not working, since the .jpg is located in the some other folder.
How to solve this problem?
Regards,
Syed.
Is your image located on the client side or the server side?
The result maybe totally different. Do you want upload image to your web server or just want to serve the image from your web server for the clients?
0 comments:
Post a Comment