Difference between revisions of "Upload your file"

From OCS Blind Uploads
Jump to: navigation, search
Line 2: Line 2:
 
Use this facility to upload test cases for use by OC Systems support.  The maxmimum allowed upload size is 100MB.
 
Use this facility to upload test cases for use by OC Systems support.  The maxmimum allowed upload size is 100MB.
 
<br>
 
<br>
<div>
+
<form action="upload.php" method="post" enctype="multipart/form-data">
<center>{{#batchupload:}}</center>
+
    Select file to upload:
</div>
+
    <input type="file" name="fileToUpload" id="fileToUpload">
<div class="visualClear"></div>
+
    <input type="submit" value="Upload Image" name="submit">
<div class="text-center></div>
+
</form>
 +
 
 
{{DISPLAYTITLE: OCS Private Upload Zone}}
 
{{DISPLAYTITLE: OCS Private Upload Zone}}

Revision as of 00:14, 17 December 2019

OC Systems File Upload

Use this facility to upload test cases for use by OC Systems support. The maxmimum allowed upload size is 100MB.
<form action="upload.php" method="post" enctype="multipart/form-data">

   Select file to upload:
   <input type="file" name="fileToUpload" id="fileToUpload">
   <input type="submit" value="Upload Image" name="submit">

</form>