Difference between revisions of "Upload"

From Executive Jeweller
Jump to navigation Jump to search
(Created page with "<addhtml><form action="doupload.php" method="post" enctype="multipart/form-data"> <label for="company">Company Name:</label> <input type="text" na...")
 
m (Protected "Upload" ([edit=sysop] (indefinite) [move=sysop] (indefinite)))
(No difference)

Revision as of 13:54, 15 August 2011

<addhtml><form action="doupload.php" method="post" enctype="multipart/form-data">

               <label for="company">Company Name:</label>
               <input type="text" name="company" id="company" />

<label for="file">Filename:</label> <input type="file" name="file" id="file" />
<input type="submit" name="submit" value="Submit" /> </form></addhtml>