Correction

Download also supports byte range
This commit is contained in:
2017-12-12 09:49:07 +00:00
parent cb38c1e04a
commit 98546918e9

View File

@@ -6,7 +6,7 @@
<p> <p>
Same as GET /file/{id}, but with File Transfer HTTP Same as GET /file/{id}, but with File Transfer HTTP
headers. Will trigger a save file dialog when opened in headers. Will trigger a save file dialog when opened in
a web browser. Does not support byte range requests. a web browser. Also supports byte range requests.
</p> </p>
</div> </div>
</details> </details>