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)
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
)