vitalik / django-ninja

💨 Fast, Async-ready, Openapi, type hints based framework for building APIs
https://django-ninja.dev
MIT License
7.34k stars 437 forks source link

docs: extend documentation how to send files #1343

Open Zerotask opened 5 days ago

Zerotask commented 5 days ago

Is your feature request related to a problem? Please describe. I noticed there is a page about file upload (the receiving part) and there could be a little chapter about the other part, how to send files (as a blob)

Describe the solution you'd like

Little chapter on best practices on sending files (fields defined with models.FileField)