Image uploading #2
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. 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).