Gargron / fileupload

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

Custom file name generator. #30

Closed adelowo closed 7 years ago

adelowo commented 7 years ago

This allows the use of a custom name choosen by the user and is a response/fix to #29 .

A closure can also be passed into the constructor rather than a string.

adelowo commented 7 years ago

@Gargron any comment /information on this ?