Search results

  1. P

    get-binary-data not getting the value

    <HTML> <BODY> <script language="SpeedScript"> {src/web/method/cgiutils1.i} DEFINE VAR mfile AS MEMPTR NO-UNDO. define var ufile as longchar NO-UNDO. DEFINE VAR cfile AS char NO-UNDO. ASSIGN mFile = get-binary-data('UploadFile'). IF uFile <> ? THEN DO: cfile =...
Top