Gargron / fileupload

PHP FileUpload library that supports chunked uploads
MIT License
459 stars 87 forks source link

Chunked file size validation #80

Open netsnatch opened 3 years ago

netsnatch commented 3 years ago

https://github.com/Gargron/fileupload/blob/18c992bb738d1238961664009cd35726a92ee055/src/FileUpload/Validator/SizeValidator.php#L105

$file->size should be used instead of $file->getSize()