Search results

  1. M

    WebSpeed File upload questions

    Sample code (from one of the other treads): <HTML> <BODY> <script language="SpeedScript"> DEFINE VAR mFile AS MEMPTR NO-UNDO. DEFINE VAR cfile AS CHAR NO-UNDO. IF get-value('upload') <> '' THEN do: ASSIGN mFile = get-binary-data("UploadFile"). IF mFile...
Top