Unit 'LSHTTPSend' Package
[Overview][Types][Classes][Procedures and functions][Variables][Index] [#pl_solutions]

LSHTTPPostFile

Declaration

Source position: LSHTTPSend.pas line 223

function LSHTTPPostFile(

  const AURL: string;

  const AFieldName: string;

  const AFileName: string;

  const AData: TStream;

  const AResultData: TStrings;

  const AContentType: ShortString = CLSHTTPSendContentType_octet_string;

  const AUseHTTPResultCodeOK: Boolean = True;

  const AUserName: ShortString = '';

  const APassword: ShortString = '';

  const AProxyHost: ShortString = '';

  const AProxyPort: ShortString = '';

  const AProxyUser: ShortString = '';

  const AProxyPass: ShortString = ''

):Boolean;



CT Web help

CodeTyphon Studio