Dynamic Drive Forums
>
General Coding
>
JavaScript
> Adding Files to Forms
Log in
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>
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.