File uploads¶
TODO: Explain how to handle file uploads from participants.
Topics to cover:
- FileField
- Accessing uploaded files
- Storing file data
- data_uri for displaying images
- File type validation
- Size limits
TODO: Explain how to handle file uploads from participants.
Topics to cover: