I have form for update product in which I have file upload control,
in update product开发者_Python百科 form i have retrieved all other details of product in appropriate text boxes like product name,price
,etc.
I also want to retrieve name and path of product image in file upload control which is uploaded using add product form.
Is it possible to set path of uploaded file to file upload control.
Plz help.
Thanks.
You can't retain/assign value in FileUpload control. This is because of due to browser security reasons.
精彩评论