This forum is no longer open and is for reading/searching only.
Please use our new MachForm Community Forum instead.
MachForm Community Forums » MachForm 2
File Upload Limit
Started 13 years ago by MarioCipriano | 2 posts |
-
I am told by GO Daddy and have also read that this is true. The default upload file size for PHP is 8mb. I am finding that when using the form to upload a file over 2mb the form returns an error as if the required field for file upload has not been completed.
If I pick a file less then 2mb it uploads fine.
Please advise...
Posted 13 years ago # -
You can check into your server to see the actual limit. Simply create a php file, let say "info.php" and put this code:
<?php phpinfo(); ?>
run the script and check for the max_upload_size value.
MachForm Founder
Posted 13 years ago #
Reply
You must log in to post.