Image uploading #2

Closed
opened 2025-01-14 10:56:53 +01:00 by Jef Roosens · 0 comments
Owner

users should be able to upload images of their plants.

This should use a multipart form which also pushes the date of the image. Images should be stored in full, but also processed to a compressed JPEG for efficient requests. The latest image for a plant should be used on its info page, and a gallery of the image should be available with the ability to view the originals and remove images (simple enough to do with a delete button that sends a DELETE request to the image's ID).

users should be able to upload images of their plants. This should use a multipart form which also pushes the date of the image. Images should be stored in full, but also processed to a compressed JPEG for efficient requests. The latest image for a plant should be used on its info page, and a gallery of the image should be available with the ability to view the originals and remove images (simple enough to do with a delete button that sends a DELETE request to the image's ID).
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Chewing_Bever/calathea#2
No description provided.