Gargron / fileupload

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

Fixed "Trying to access array offset on value of type null" in Random… #83

Open srijaydeathwish opened 2 years ago

srijaydeathwish commented 2 years ago

Fixed "Trying to access array offset on value of type null in FileUpload\FileNameGenerator\Random.php" with simple not empty check on "content_range[1]" variable.