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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Create a straightforward way to upload images (or other attachments).
This is complete; will be part of beta 3
Need to add slug and default upload location to web log settings
This is (really) complete