Quantcast
Channel: SQLServerCentral » Programming » Powershell » Latest topics
Viewing all articles
Browse latest Browse all 467

Encoding data with Powershell

$
0
0
I'm pulling a text file into Powershell so I can send it via HTTPS. But as part of the send, the data needs to be encoded as Multipart/Form-Data (MIME) format. I'm unsure if that's automatically a part of the transmission process (somehow I doubt it) or if I need to something additional.Does anyone have experience with this sort of thing?

Viewing all articles
Browse latest Browse all 467

Trending Articles