bruvellu / cifonauta

Marine biology image database by CEBIMar/USP
http://cifonauta.cebimar.usp.br
GNU General Public License v3.0
21 stars 5 forks source link

Bug in file upload directories #277

Closed bruvellu closed 9 months ago

bruvellu commented 9 months ago

Media files are being saved in different folders.

  1. Media loaded → creates site_media/uploads/username/uuid.jpg (but no cover)
  2. Media sent for review → creates site_media/username/ and puts both uuid.jpg and uuid_cover.jpg
  3. Media published → updates site_media/uploads/username/uuid.jpg and site_media/username/uuid_cover.jpg

Problems:

bruvellu commented 9 months ago

It turns out this is not a bug, it's a feature. I had misunderstood where the site files would be stored.