Difference between revisions of "Upload your file"

From OCS Blind Uploads
Jump to: navigation, search
 
(15 intermediate revisions by the same user not shown)
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>
+
 
<div>
+
<html>
<center>{{#batchupload:}}</center>
+
<head>
</div>
+
<style>  
<div class="visualClear"></div>
+
input {
<div class="text-center></div>
+
  height: 80%;
 +
}
 +
</style>
 +
</head>
 +
<body>
 +
 
 +
<form action="/uploads/upload.php" method="post" enctype="multipart/form-data">
 +
    Select file to upload:<br/>
 +
    <input type="file" name="fileToUpload" id="fileToUpload">
 +
<br/>
 +
    <input type="submit" value="Upload File" name="submit">
 +
</form>
 +
 
 +
</body>
 +
</html>
 +
 
 +
Retrieve from server at <code>/srv/bulk/uploads</code> with ssh key.
 +
 
 +
Implementation details (intranet access required) at http://wwwi.ocsystems.com/twiki/bin/view/OCS/MediaWiki4OCS.
 +
 
 
{{DISPLAYTITLE: OCS Private Upload Zone}}
 
{{DISPLAYTITLE: OCS Private Upload Zone}}

Latest revision as of 17:48, 3 October 2021

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:

Retrieve from server at /srv/bulk/uploads with ssh key.

Implementation details (intranet access required) at http://wwwi.ocsystems.com/twiki/bin/view/OCS/MediaWiki4OCS.