Im trying to great a form within a webpage that not only allows a user to submit a message and enter fields (I can do this already) but also allows the user to upload images as well. How do I do this?
Dreamweaver Help!!!
Collapse
X
-
Dreamweaver Help!!!
HD and 4k Content Production by JayRock
http://jayspov.net
http://blackforwife.com
http://cospimps.com
SKYPE JAYROCKCONTENT
[email protected]
Twitter @jayrockcontentTags: None -
if you still need it, hit me up dude, I'll hook you up, icq:33375924Custom Software Development, email: woj#at#wojfun#.#com to discuss details or skype: wojl2000 or gchat: wojfun or telegram: wojl2000
Affiliate program tools: Hosted Galleries Manager Banner Manager Video Manager
Wordpress Affiliate Plugin Pic/Movie of the Day Fansign Generator Zip ManagerComment
-
<form enctype="multipart/form-data" action="uploader.php" method="POST">
<input type="hidden" name="MAX_FILE_SIZE" value="100000" />
Choose a file to upload: <input name="uploadedfile" type="file" /><br />
<input type="submit" value="Upload File" />
</form>Webmaster Coupons Coupons and discounts for hosting, domains, SSL Certs, and more!
AmeriNOC Coupons | Certified Hosting Coupons | Hosting Coupons | Domain Name Coupons
Comment
-
Comment




Comment