HttpClient.AddPostFile

Allows posting a file to the Web Server. Make sure that you set PostMode

public bool AddPostFile(string key,
	string fileName,
	string contentType)

Parameters

key

fileName

contentType


See also:

Class HttpClient

© West Wind Technologies, 1996-2020 • Updated: 07/15/20
Comment or report problem with topic