Source position: fphttpclient.pp line 295
public procedure TFPCustomHTTPClient.FileFormPost( |
const AURL: string; |
const AFieldName: string; |
const AFileName: string; |
const Response: TStream |
); |
const AURL: string; |
FormData: TStrings; |
AFieldName: string; |
AFileName: string; |
const Response: TStream |
); |