Gargron / fileupload

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

File name #29

Closed radovangardic closed 7 years ago

radovangardic commented 8 years ago

How do I pass in a name manually ? Example: If I want the new file to be named "newFileName1", and not have it generate a random string with FileNameGenerator (Simple or MD5).

adelowo commented 7 years ago

Hi @radovangardic This feature is now available in the master [#30] branch. It hasn't been tagged though. Can you test this out ?

adelowo commented 7 years ago

This has been tagged [ 1.2.0]. Would have to close this issue.

radovangardic commented 7 years ago

I tested it, and it's perfect! Thank you.

I'm sorry I didn't test it earlier, but I had personal problems and I wasn't checking my email up until now.

On Fri, Dec 2, 2016 at 6:49 PM, Lanre Adelowo notifications@github.com wrote:

Closed #29 https://github.com/Gargron/fileupload/issues/29.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Gargron/fileupload/issues/29#event-880334594, or mute the thread https://github.com/notifications/unsubscribe-auth/AR0ntYpSngX41GXPtwoVN14NUrjTXPRwks5rEFo5gaJpZM4Jluzz .

adelowo commented 7 years ago

Thanks a lot