Results 1 to 3 of 3

Thread: Contao maximum file size

  1. #1
    User
    Join Date
    05-21-18.
    Posts
    126

    Default Contao maximum file size

    Hy i need fast help.
    I cant set max upload size. My limit is 2048000 or 2mb. In backend i can set but contao limit it max 2mb. It can set it lower than 2mb but not higher. In code i used $GLOBALS['TL_CONFIG']['maxFileSize'] but anyway it limit 2mb

  2. #2
    Community-Moderator xchs's Avatar
    Join Date
    06-19-09.
    Posts
    1,287

    Default

    Check your PHP info for the upload_max_filesize and post_max_size settings.

    Nevertheless, you can always upload larger files via FTP - without a size limit.
    Contao Community Moderator
    → Support options

  3. #3
    User
    Join Date
    05-21-18.
    Posts
    126

    Default

    Quote Originally Posted by xchs View Post
    Check your PHP info for the upload_max_filesize and post_max_size settings.

    Nevertheless, you can always upload larger files via FTP - without a size limit.
    Thank you it works

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •