PowerShell equivalent for cURL command uploading file
Questions: I am able to send HTTP POST a text file to my server using the following cURL command: curl -i -F [email protected] http://www.website.com/put_file The server is expecting a file from $_FILES[...