System.Net.Mime.TMultipartFormData.AddFile
Delphi
procedure AddFile(const AFieldName, AFilePath: string);
C++
void __fastcall AddFile(const System::UnicodeString AFieldName, const System::UnicodeString AFilePath);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | System.Net.Mime.pas System.Net.Mime.hpp |
System.Net.Mime | TMultipartFormData |
Description
Adds a file field to the form data with the specified field name and the content of the file on the specified path.