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:
DateTimeOriginal
DateAcquired
FileModifyDate
or...