Difference between revisions of "Upload"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
+ | Use the following form to upload files to Executive Support. See [[Data Upload Instructions]] for details on finding and compressing your ExecutiveData.mdb file. | ||
+ | |||
<addhtml><form action="customers/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> |
Revision as of 15:23, 10 November 2011
Use the following form to upload files to Executive Support. See Data Upload Instructions for details on finding and compressing your ExecutiveData.mdb file.
<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>