memory_limit = 8M ; Maximum amount of memory a script may consume (8MB)
upload_max_filesize = 20M ; Change it to the max file size you allowed for uploading
post_max_size = 8M ; Set this to double the size of upload_max_filesize
ส่วน 2 อันล่างนี้เป็นค่า default แต่ลองเพิ่มค่ามากๆ แล้วก็ไม่เป็นผลสำเร็จ
max_execution_time = 30 ; Maximum execution time of each script, in seconds
max_input_time = 60 ; Maximum amount of time each script may spend parsing request data
แต่ลองอัพไฟล์แล้วได้ไม่เกิน 7 M เลยครับ
ถ้าขนาดไฟล์ใหญ่กว่า 7 M จะขึ้นว่า
CGI Error
The specified CGI application misbehaved by not returning a complete set of HTTP headers.
หรือว่าต้องตั้งค่าตรงไหนเพิ่มอีกหรือเปล่าครับ
เครื่องเป็น windows server iis 6 php 5.0.2 mysql 4.1.11