Difference between revisions of "Upload"

From Executive Jeweller
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.
 
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">

Revision as of 15:24, 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>