Difference between revisions of "Upload your file"

From OCS Blind Uploads
Jump to: navigation, search
Line 1: Line 1:
 
== OC Systems File Upload ==
 
== OC Systems File Upload ==
 
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>
+
 
<form action="upload.php" method="post" enctype="multipart/form-data">
+
<html>
 +
<body>
 +
 
 +
<form action="/usr/lib/cgi-bin/upload.php" method="post" enctype="multipart/form-data">
 
     Select file to upload:
 
     Select file to upload:
 
     <input type="file" name="fileToUpload" id="fileToUpload">
 
     <input type="file" name="fileToUpload" id="fileToUpload">
     <input type="submit" value="Upload Image" name="submit">
+
     <input type="submit" value="Upload File" name="submit">
 
</form>
 
</form>
 +
 +
</body>
 +
</html>
  
 
{{DISPLAYTITLE: OCS Private Upload Zone}}
 
{{DISPLAYTITLE: OCS Private Upload Zone}}

Revision as of 00:30, 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.

Select file to upload: