We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a41a6fa + 18e3bfa commit 53cafc0Copy full SHA for 53cafc0
reference/6/Microsoft.PowerShell.Utility/Invoke-WebRequest.md
@@ -127,6 +127,7 @@ The final few commands write the **Content** property to the file then disposes
127
Note that the **Encoding** property will be null if the web request does not return text content.
128
129
### Example 4: Submit a multipart/form-data file
130
+
131
```powershell
132
$FilePath = 'c:\document.txt'
133
$FieldName = 'document'
0 commit comments