-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
We want to store the size of a file uploaded for clients to be able to restrict how large uploads are and notify users of how large file is before loading images when the website runs.
Once this is done:
- Size of uploaded files will be stored in database
- API requests for attachments will include file size information
- Include a migration for updating information of already existing attachments
possible code: size = models.IntegerField(blank=True, )
Metadata
Metadata
Assignees
Labels
No labels