Difference between revisions of "Upload"
Jump to navigation
Jump to search
m (Protected "Upload" ([edit=sysop] (indefinite) [move=sysop] (indefinite))) |
|||
Line 1: | Line 1: | ||
− | <addhtml><form action="doupload.php" method="post" enctype="multipart/form-data"> | + | <addhtml><form action="customers/doupload.php" method="post" enctype="multipart/form-data"> |
<label for="company">Company Name:</label> | <label for="company">Company Name:</label> | ||
<input type="text" name="company" id="company" /><br> | <input type="text" name="company" id="company" /><br> |
Revision as of 12:54, 15 August 2011
<addhtml><form action="customers/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>