#Store Profile Pictures

4 messages · Page 1 of 1 (latest)

dry glen
#

Are static files the best way to store a profile photo? if not which one? I was thinking of storing in a blob in the database but someone told me it sucks so i'm searching for a better way.

pseudo grotto
#

Media files.
Static files are part of the build, stored in the repo, and added during development. Media files are dynamic, and may be added by users.

storm kayak
#

you store them on the volume like a normal file and server them directly via your reverse proxy.

trim mantle