|
Server : Apache/2.4.62 System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64 User : www ( 80) PHP Version : 8.3.8 Disable Function : NONE Directory : /domains/thomasjolly1/admin/imageuploadsystem/ |
Upload File : |
<!-- You need to have the Enctype Set To Form Data --> <form action="add_pro.asp" method="post" enctype="multipart/form-data" name="thisInputForm" id="thisInputForm" > Product line ID<br>: <input type="text" name="Productline_ID" value="" size="55"><br><br> Product Name<br>: <input type="text" name="Product_Name" value="" size="55"><br><br> Product Description<br>: <input type="text" name="Product_Description" value="" size="55"><br><br> Thumbnail Image Uploader:<br> <input type="file" name="Thumbnail" size="40" maxlength="40" value=""><br><br> Full-size Image Uploader:<br> <input type="file" name="Photo" size="40" maxlength="40" value=""><br><br> <input type="submit" name="submit" value="Submit"> </form>