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-2024 • Updated: 06/29/24
Comment or report problem with topic