Image uploading #2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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).