How to bring path of image file in file upload control?
How to bring path of image file in file upload control when i going to edit my content.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Suthish NairPosted Jul 9, 2011, 9:38 AM
Jiteendra SampathiraoPosted Jul 9, 2011, 3:27 AM
definitely we can change the path..
At the time of uploading the image file, in one column store the path address..
Show these values in Gridview and there you can edit...
Vikas AhlawatPosted Jul 9, 2011, 3:12 AM
I thing you are not understand my problem.
First I have upload the image with its name
Now i want to update the image name only, not image.
So the problem is that there is not path in upload control.
is it possible to bring back the path without click browse button?
optionly i can do that (if there is no file in upload control then it update only image name)
Jiteendra SampathiraoPosted Jul 9, 2011, 2:37 AM
File upload control is to uploading the file only.it doesn't have any option to edit the image or image address....
Vikas AhlawatPosted Jul 9, 2011, 2:19 AM
I have able to save the image.
but when we want to edit the image then how bring back the same file in fileupload control?
Jiteendra SampathiraoPosted Jul 9, 2011, 2:12 AM
This code might help you........