SyntaxFix
Write A Post
Hire A Developer
Questions
On Windows 10, curl 7.28.1 within powershell, I found the following to work for me:
$filePath = "c:\temp\dir with spaces\myfile.wav" $curlPath = ("myfilename=@" + $filePath) curl -v -F $curlPath URL