Posted on: 8/18/2014 12:52:35 PM | Views : 380

Hi all,
I have a page where users can upload an image which is fine.  They should be able to edit this later (after database insertion) if they wish, using the same control.
I can show the current image when they edit but I want to have the file upload control show the name of the file currently in use.
So I want to change the "No File Chosen" to "imagename.jpg".
There is also a validator (required field) on the fileupload that I would like to return true if the text is not "No File Chosen"
From what I've read it seems that this is a read only attribute but I was hoping someone had a solution.
Thanks.

Go to the complete details ...