views:

14

answers:

1

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
It is a security thing. If you could assign text, you could upload any known user file, without user's approval.
a programmer