From ece5d49ef7b962fcc3ad3813761704377313f346 Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Tue, 7 Jan 2020 18:06:06 +0100 Subject: [PATCH] Update FILES.md --- docs/docs/FILES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/FILES.md b/docs/docs/FILES.md index bb128b0f..84d9942a 100644 --- a/docs/docs/FILES.md +++ b/docs/docs/FILES.md @@ -393,7 +393,7 @@ This downloads the given file to the browser, sending also information about the `$offset` is an optional parameter that specifies the byte from which to start downloading -`$limit` is an optional parameter that specifies the byte where to stop downloading (non-inclusive) +`$endoffset` is an optional parameter that specifies the byte where to stop downloading (non-inclusive) ## Getting progress @@ -535,4 +535,4 @@ if (!isset($result['file_name'])) { * `$result['file_size']` - File size * `$result['file_name']` - File name -Next section \ No newline at end of file +Next section