Commit Graph

1 Commits

Author SHA1 Message Date
brunofoggiatto 9894481f3c 📝 Add file upload validation and saving examples
This PR adds practical examples for validating and saving uploaded files,
addressing common production use cases.

New examples:
- Tutorial 004: Upload with validation (file type, size, count)
- Tutorial 005: Saving files to disk with unique names

Each example includes variants for Python 3.9+ and 3.10+.

Documentation updated with new sections explaining validation
best practices and file saving security considerations.
2025-11-10 10:27:47 -03:00