Apr 18, 2007 #1 jesse123 Technical User Joined Apr 3, 2007 Messages 9 Location US How can I copy the data from: Response.Write "File Uploaded: " & File.FileName & "<br>" to here: <input name="Pic" type="text" value=""> I want the value of my text filed to be what ever my response data is.
How can I copy the data from: Response.Write "File Uploaded: " & File.FileName & "<br>" to here: <input name="Pic" type="text" value=""> I want the value of my text filed to be what ever my response data is.
Apr 18, 2007 #2 JoeAtWork Programmer Joined Jul 31, 2005 Messages 2,285 Location CA Ummm, I think you want to ask this in the ASP forum? Upvote 0 Downvote