home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 26 / AACD 26.iso / AACD / Online / PHP / include / php / main / rfc1867.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-09-09  |  310 b   |  16 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. void destroy_uploaded_files_hash(SLS_D);
  14.  
  15. #endif /* RFC1867_H */
  16.