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
Size of File upload
Started 16 years ago by mandarin | 3 posts |
-
Is there a limit set on the size of file uploads and limit the file types please?
Thanks.
Mike
Posted 16 years ago # -
Hi ..
Upload size limit depending on your PHP configuration, default is 2Mb. if you can edit php.ini file you can search this line and make a change. but this can be done depends on your hosting policy.
upload_max_filesize = 2M
Or you can try insert this code into your config.php file:
ini_set("upload_max_filesize","10M");
MachForm Support
Posted 16 years ago # -
to limit the file types, check this thread:
http://www.appnitro.com/forums/topic/limit-attachment-types?replies=4#post-985MachForm Founder
Posted 16 years ago #
Reply
You must log in to post.