What’s wrong! .. seems like it’s a common issue .. and even if I try to persist it’s value I can only keep it in anywhere like a hiddenfield but looks like there’s no property that saves the whole location of the file on the local machine and even if I got it, I can’t assign the value back to the FileUpload because all of it’s properties are ReadOnly!
Any simple solutions please !?
this is by design – file upload is readonly because otherwise it would be a huge security risk… see http://www.w3.org/TR/html4/interact/forms.html#file-select
depending on what functionality you are trying to implement there could be other possible solutions… please elaborate.