When I take an image via the kirby panel on a smart phone, the image will be named “image.jpg”.
This makes it impossible to take another image, because then I get a warning:
Is there a workaround?
When I take an image via the kirby panel on a smart phone, the image will be named “image.jpg”.
This makes it impossible to take another image, because then I get a warning:
Is there a workaround?
Use a file.create:after hook to rename your images after uploading.
Thanx again!
Taki