UploadFileAndGetStringResponse


UploadFileAndGetStringResponse
    [-url] <String>
    [-file] <String>

Description

Uploads a file to a URL

Example


UploadFileAndGetStringResponse -url "https://example.com/upload" -file "C:\Temp\File.txt"