Uploads #2

Closed
opened 2022-06-23 21:56:46 +00:00 by danieljsummers · 3 comments
danieljsummers commented 2022-06-23 21:56:46 +00:00 (Migrated from github.com)

Create a straightforward way to upload images (or other attachments).

  • Create a "slug" for each web log; this is the path under which uploads will be stored.
  • Default to storing uploaded images in the database. (This will need an endpoint to return the data as well.)
  • Allow images to be written to the filesystem. (The static file middleware will serve these assets.)
  • Add database-stored images to the backup and restore processes.
Create a straightforward way to upload images (or other attachments). - Create a "slug" for each web log; this is the path under which uploads will be stored. - Default to storing uploaded images in the database. (This will need an endpoint to return the data as well.) - Allow images to be written to the filesystem. (The static file middleware will serve these assets.) - Add database-stored images to the backup and restore processes.
danieljsummers commented 2022-07-04 17:20:14 +00:00 (Migrated from github.com)

This is complete; will be part of beta 3

This is complete; will be part of beta 3
danieljsummers commented 2022-07-07 13:12:21 +00:00 (Migrated from github.com)

Need to add slug and default upload location to web log settings

Need to add slug and default upload location to web log settings
danieljsummers commented 2022-07-08 01:05:26 +00:00 (Migrated from github.com)

This is (really) complete

This is (really) complete
Sign in to join this conversation.
No description provided.