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.
1 parent 248e283 commit bcedaf0Copy full SHA for bcedaf0
reference/6/Microsoft.PowerShell.Utility/Invoke-WebRequest.md
@@ -134,7 +134,7 @@ The final command writes the Content property to the file then disposes the Stre
134
135
Note that the Encoding property will be null if the web request does not return text content.
136
137
-### Example 4: Submit a multipart/form-data file
+### Example 5: Submit a multipart/form-data file
138
```powershell
139
$FilePath = 'c:\document.txt'
140
$FieldName = 'document'
0 commit comments