Two new directives for accepting file uploads through multipart forms: `uploadedFile` which allows for very simple upload into a temporary file `fileUpload` which allows to simply work with the stream of bytes of an upload
10 lines
130 B
ReStructuredText
10 lines
130 B
ReStructuredText
.. _FileUploadDirectives:
|
|
|
|
FileUploadDirectives
|
|
====================
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
uploadedFile
|
|
fileUpload
|