Dynamic Drive Forums
>
General Coding
>
JavaScript
> Adding Files to Forms
PDA
View Full Version :
Adding Files to Forms
Tyger0
09-08-2005, 10:59 PM
Is there a way to attach a file to a form so that when can be sent with the formail script. If so can someone show me how. Im kind of in a bind on this one.
Thanks
Twey
09-09-2005, 06:26 AM
<form enctype="multipart/form-data">
<input type="file"/>
</form>
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.