Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 661 Bytes

multipart.org

File metadata and controls

16 lines (13 loc) · 661 Bytes

ConvertAPI Multipart example

#

post https://v2.convertapi.com/upload

Content-Type: multipart/form-data; boundary={{(verb-boundary)}}

{{(verb-part “file” “myfile.txt”)}} Content-Type: text/plain

{{(verb-read-file (read-file-name “Text file: “))}}