Hi,
Im working on allowing the users to upload files to the server using ASP. Im using
to allow the users to select the file.Code:<input type="file" name="fName">
If the user has already uploaded a file, I want to display the filename. Im storing the uploaded filename in a variable.
My problem is
is not working. Any ideas why???Code:<input type="file" name="fName" value="<%Response.Write strPhoto%>">
Thanx.




Reply With Quote