Click here to Skip to main content
15,890,186 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I use input type="file" and get images ...
how to get full path from where the image is selected ..
also how to get image from that path and copy into local directory folder where site is located...
using asp.net

I use Request.form to get image path , but it gives , only image name and not path
how to get full path...
can i use jquery so that when i click input type file ,and select any image, i get full path of selected image
Posted

1 solution

Please check the following link, you will get some idea.
how to upload image using asp.net c#[^]
how-to-save-images-into-folder-and.html[^]
 
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