Hi,
The date folders structure works well, but the current structure is limited to the current/upload date:
$datefolder = date('Y/m/d/');
Would it be possible to use the creation date of the image? Creation date can be taken from EXIF data:
Image can be uploaded into temp directory for processing, and then new datefolder can be set after reading from image? (or something similar)
Please consider this feature request.
Thanks
The date folders structure works well, but the current structure is limited to the current/upload date:
$datefolder = date('Y/m/d/');
Would it be possible to use the creation date of the image? Creation date can be taken from EXIF data:
- DateTimeOriginal
- DateAcquired
- FileModifyDate
- filemtime
- filectime
Image can be uploaded into temp directory for processing, and then new datefolder can be set after reading from image? (or something similar)
Please consider this feature request.
Thanks