some documentation fixes

This commit is contained in:
2018-08-06 23:33:03 +02:00
parent a0110a6c2a
commit 5a36b3a843
6 changed files with 29 additions and 16 deletions

View File

@@ -55,6 +55,18 @@
relative to that URL.
</p>
<h2>Form value order</h2>
<p>
I recommend you put files at the end of every file upload form.
By doing this the pixeldrain server can respond to malformed
requests before the file upload finishes and this may save you a
lot of time and bandwidth when uploading large files. Make sure
your HTTP client has support for premature responses, pixeldrain
uses them a lot. If the server responds before your request is
finished it will always indicate an error and you may abort the
connection.
</p>
<h2>File Methods</h2>
{{template "api-file-post"}}
{{template "api-file-id-get"}}

View File

@@ -16,13 +16,6 @@
<td>Default</td>
<td>Description</td>
</tr>
<tr>
<td>file</td>
<td>true</td>
<td>5 000 000 000 Bytes</td>
<td>none</td>
<td>Multipart file to upload</td>
</tr>
<tr>
<td>name</td>
<td>false</td>
@@ -30,6 +23,13 @@
<td>Multipart file name</td>
<td>Name of the file to upload</td>
</tr>
<tr>
<td>file</td>
<td>true</td>
<td>5 000 000 000 Bytes</td>
<td>none</td>
<td>Multipart file to upload</td>
</tr>
</table>
<h3>Returns</h3>