Appnitro Software Forums » MachForm

Size of File upload

(3 posts)

  1. mandarin
    Member

    Is there a limit set on the size of file uploads and limit the file types please?

    Thanks.

    Mike

    Posted 2 months ago #
  2. 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");
    Posted 2 months ago #
  3. to limit the file types, check this thread:
    http://www.appnitro.com/forums/topic/limit-attachment-types?replies=4#post-985

    Posted 2 months ago #

RSS feed for this topic

Reply

You must log in to post.