Sep 6, 2001 #1 jasonpin Technical User Joined Aug 6, 2001 Messages 2 Location US How can I add a field on a form that will allow the user to select a file from their hard drive and send it with the form? Thanks Jason
How can I add a field on a form that will allow the user to select a file from their hard drive and send it with the form? Thanks Jason
Sep 7, 2001 1 #2 DeZiner Programmer Joined May 17, 2001 Messages 815 Location US <input type="file"> This creates a text field and a browse button DeZiner When the gears stop turning, we all stop learning. Upvote 0 Downvote
<input type="file"> This creates a text field and a browse button DeZiner When the gears stop turning, we all stop learning.