There is a simple terminal command which works:
curl -X PUT --upload-file ./upload_test.txt “uploadUrl”
How to convert it to PUT HTTP request?
Please help
There is a simple terminal command which works:
curl -X PUT --upload-file ./upload_test.txt “uploadUrl”
How to convert it to PUT HTTP request?
Please help
Hi @Eugene_B and welcome to the Make Community!
You can find the information here:
Look at the section on Making a request. It explains how to do it. The section you’re interested in is this one:
Let us know if it answeres your question.
L