fid
)completion_id
in/
# Input filesout/
# Output filestemp/
# Not supportedcache/
# Not supportedhttpx.Client
to upload a real file in chunks. Each step includes a short explanation and the corresponding code. The upload will be automatically completed with the launch of flow execution.
CHUNK_SIZE
slices and upload each as a separate chunk.
POST
. Assuming the flow`s input scheme elements are:
POST
to launch this flow with
my_upload
) requires a json stringified value with keys batchId
and items
. The items
represent key/value pairs with the individual files’ upload_id
as the key and filename
and totalChunks
as values.