mirror of
https://github.com/nokonoko/Uguu.git
synced 2024-01-06 13:35:15 +00:00
1.8.3
This commit is contained in:
parent
915b63a528
commit
8a113a8256
@ -5,9 +5,9 @@
|
||||
</div>
|
||||
<div class="alert alert-info">
|
||||
<section>
|
||||
<p>You may POST an array of files to <b><%= DOMAIN %>/upload.php</b>, by default you will get a json response.</p>
|
||||
<p>For example using Curl: <kbd>curl -i -F files[]=@yourfile.jpeg <%= DOMAIN %>/upload.php</kbd></p>
|
||||
<p>If you want a response in something else than json you add a flag to specify what format you want, for example <b><%= DOMAIN %>/upload.php?output=csv</b>.</p>
|
||||
<p>You may POST an array of files to <b>https://<%= DOMAIN %>/upload.php</b>, by default you will get a json response.</p>
|
||||
<p>For example using Curl: <kbd>curl -i -F files[]=@yourfile.jpeg https://<%= DOMAIN %>/upload.php</kbd></p>
|
||||
<p>If you want a response in something else than json you add a flag to specify what format you want, for example <b>https://<%= DOMAIN %>/upload.php?output=csv</b>.</p>
|
||||
<p>Valid response types are: json, csv, text, html and gyazo.</p>
|
||||
</section>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user