FU: Support multipart file uploads + some doc fixes

API is not super convenient and implementation is lousy, but uploading
files is not a super common operation so that should be fine.

At least it supports large files with only a single in-memory copy.
This commit is contained in:
Yorhel 2025-03-08 14:02:51 +01:00
parent e5755ddd80
commit 17176738a0
6 changed files with 280 additions and 13 deletions

View file

@ -146,7 +146,7 @@ These functions all return a byte string with (UTF-8) encoded XML.
=item fragment($block)
Executes C<$block> and captures the output of all I</"Output functions">
Executes C<$block> and captures the output of all L</"Output functions">
called within the same scope into a string. This function can be safely nested:
my $string = fragment {