Invoke-WebRequest -Uri $uri -Body $multipartContent -Method 'POST'. That will create a multipart request with single field named TestString ...
確定! 回上一頁