home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / upcgi.zip / read.me next >
Text File  |  2000-01-14  |  2KB  |  38 lines

  1. 14 Jan 2000. UpCGI A CGI script for uploading files 
  2.  
  3. UpCGI is a simple OS/2 REXX cgi-bin script to process
  4. HTML uploads-- it provides support for an HTML FORM with 
  5. ENCTYPE="multi-part/form" and <INPUT TYPE="FILE"> elements. 
  6.  
  7. The heart of UpCGI is the READ_MULTIPART procedure that is 
  8. contained in the UPCGI.CMD and in the UPFILE.CMD files.
  9. REXX Programmers familiar with CGI-BIN can use this procedure
  10. to implement their own upload interfaces. 
  11.  
  12. UPCGI.CMD contains a simple example that can be used to 
  13. display how READ_MULTIPART works -- this example will echo 
  14. back the "parts" submitted (i.e.; the file that was uploaded). 
  15. You can easily modify it to do more.
  16.  
  17. For non-programmers who need a simple upload-files-to-a-server
  18. utility,  UPFILE.CMD and UPFILE.HTM can be used. You should
  19. modify a few parameters in UPFILE.CMD, and you might want
  20. to customize UPFILE.HTM.
  21.  
  22. Disclaimer:
  23.    The various components of UpCGI are freeware that are to be used at  
  24.    your own risk -- the author and any potentially affiliated 
  25.    institutions disclaim all responsibilties for any consequence arising from 
  26.    the use, misuse, or abuse of this software (or pieces of this software).
  27.  
  28.    You may use this software as you see fit, including for 
  29.    commercial purposes; so long as  proper attribution
  30.    is made, and so long as such use does not in any way preclude 
  31.    others from making use of this software.
  32.  
  33.   
  34. Contact:
  35.   Daniel Hellerstein
  36.   danielh@crosslink.net
  37.  
  38.