home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 15 / AACD15.ISO / AACD / Magazine / HomeAutomation / Apache / include / php / main / rfc1867.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-02-17  |  271 b   |  14 lines

  1. #ifndef _RFC1867_H
  2. #define _RFC1867_H
  3.  
  4. #include "SAPI.h"
  5.  
  6. #define MULTIPART_CONTENT_TYPE "multipart/form-data"
  7.  
  8. SAPI_POST_READER_FUNC(rfc1867_post_reader);
  9. SAPI_POST_HANDLER_FUNC(rfc1867_post_handler);
  10.  
  11. #define FILE_UPLOAD_INPUT_BUFFER_SIZE 8192
  12.  
  13. #endif /* _RFC1867_H */
  14.