Searched refs:MAX_FILE_SIZE (Results 1 – 1 of 1) sorted by relevance
29 #define MAX_FILE_SIZE (200*1024) // 200 KB macro319 if (req->content_len > MAX_FILE_SIZE) { in upload_post_handler()