CreativeDream / php-uploader

PHP File Uploader is an easy to use, hi-performance File Upload Script which allows you to upload files to webserver
MIT License
94 stars 51 forks source link

Image title issue in upload folder #4

Closed brst-dev closed 8 years ago

brst-dev commented 8 years ago

Hello Thanks for this awesome plugin. I am using 'title' => array('{{filename}}{{timestamp}}') to set image name. But if my image has a name like img_name.PNG(CAPS LOCK IN TYPE OF IMAGE) then it gives name like img_name.PN_timestamp.png

Please help

Thanks Brst dev

CreativeDream commented 8 years ago

@brst-dev will be fixed in version 2.0.

It will work like this: 'title' => array('{{file_name}}_{{timestamp}}{{.extension}}')

CreativeDream commented 8 years ago

@brst-dev https://github.com/CreativeDream/php-uploader 0.3 - fixed