Hi,
I made a form with 2 upload fields and the upload limit for each field is 5200KB,
However, when i tried to upload file size over 1MB, it is not working...
(the upload limit of my website is 80MB)
The following is the file size setting:
I tried to make new forms but it still couldn't work.
The browser just showed error HTTP 500 when i tried to upload any files >1MB.
Is there any way to solve this problem?
I made a form with 2 upload fields and the upload limit for each field is 5200KB,
However, when i tried to upload file size over 1MB, it is not working...
(the upload limit of my website is 80MB)
The following is the file size setting:
file_10:doc|pdf|rar|zip{5200-0},file_11:doc|pdf|rar|zip{5200-0}
I tried to make new forms but it still couldn't work.
The browser just showed error HTTP 500 when i tried to upload any files >1MB.
Is there any way to solve this problem?
Hi mjfaso,
Please check the setting in your php.ini file from Site Admin | Info |PHP Info
Bob
Please check the setting in your php.ini file from Site Admin | Info |PHP Info
Bob
Hi Bob,
I checked the Info,
upload_max_filesize = 80M
is there any other setting i should check?
I just created another form with only one upload field and it works well.
But two forms I made before still have this problem.
I will keep trying.
Thanks!
I checked the Info,
upload_max_filesize = 80M
is there any other setting i should check?
I just created another form with only one upload field and it works well.
But two forms I made before still have this problem.
I will keep trying.
Thanks!
Hi mifaso,
Nothing else that I know about. What do you see whn you turn on debug in the form? Is the file in he $_FILES array?
Bob
Nothing else that I know about. What do you see whn you turn on debug in the form? Is the file in he $_FILES array?
Bob
Hi,
Thanx for the quick reply.
I just turned on Debug. But actually when I upload file size over 1MB.
The page just go blank (Firefox) or come out HTTP 500 error (IE).
So I get no Debug info.
Here is the link of the form:
http://192.192.159.186/index.php?option=com_chronocontact&chronoformname=LessonUpload
It's Written in Chinese. The last two fields are for uploading.
Thanx for the quick reply.
I just turned on Debug. But actually when I upload file size over 1MB.
The page just go blank (Firefox) or come out HTTP 500 error (IE).
So I get no Debug info.
Here is the link of the form:
http://192.192.159.186/index.php?option=com_chronocontact&chronoformname=LessonUpload
It's Written in Chinese. The last two fields are for uploading.
You might also have to check the post_max_size as well as memory_limit settings in the php.ini
/Fredrik
/Fredrik
This topic is locked and no more replies can be posted.