My file upload control is in page for editing records so i want to retrieve the path stored in database and assign it file upload control. i have written select query to get data but i do not know how to display the stored file path in file upload control.
+1
A:
You Cannot Assign Text to file Upload control it is read only control.
Rohan
2010-10-29 06:42:14
It is a security thing. If you could assign text, you could upload any known user file, without user's approval.
a programmer
2010-10-29 06:47:50