fileupload.lpr 135 B

12345678910111213
  1. program fileupload;
  2. {$mode objfpc}{$H+}
  3. uses
  4. fpCGI, webmodule;
  5. {$R *.res}
  6. begin
  7. Application.Initialize;
  8. Application.Run;
  9. end.