i work with fileupload control in asp.net.i require that when a page is load ,my file upload control fills same path which store in my database. if any substitue of this control which work like that.
u can just retrieve the value from database and store it in a session and use it to get the location in file upload
i have a value but i want to show in file upload control.
i want to convrt aspx page into asp page.can i?
FileUpload is just readonly and will never give you the full path for security reasons. so u can not retrieve path in FileUpload.
Umair Pakistani