1999-05-26 06:28:24 +08:00
|
|
|
#ifndef _RFC1867_H
|
|
|
|
#define _RFC1867_H
|
|
|
|
|
|
|
|
#include "SAPI.h"
|
|
|
|
|
|
|
|
#define MULTIPART_CONTENT_TYPE "multipart/form-data"
|
|
|
|
|
|
|
|
SAPI_POST_READER_FUNC(rfc1867_post_reader);
|
|
|
|
|
|
|
|
#define FILE_UPLOAD_INPUT_BUFFER_SIZE 8192
|
|
|
|
|
1999-08-04 00:49:33 +08:00
|
|
|
#endif /* _RFC1867_H */
|