Closed brst-dev closed 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
@brst-dev will be fixed in version 2.0.
It will work like this: 'title' => array('{{file_name}}_{{timestamp}}{{.extension}}')
'title' => array('{{file_name}}_{{timestamp}}{{.extension}}')
@brst-dev https://github.com/CreativeDream/php-uploader 0.3 - fixed
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