ProjectSend
  • About
  • Installation
    • Requirements
    • Manual installation
    • Configuration file
    • One click installers
    • Upgrading
    • Translations
    • Advanced: improving downloads
  • How to use
    • Files
      • File types restrictions
      • Orphan files
      • File size limits
      • Categories
    • Users and clients
      • Creating accounts
      • Self registration
    • Groups
    • Public files and groups
    • Templates
    • E-mail notifications
      • SMTP settings
      • E-mail templates
      • Testing email settings
    • Actions log
    • Cron tasks
    • Custom CSS/JS/HTML
      • Using the assets manager
      • Using custom files
  • Troubleshooting
    • Debug mode
    • Checking php errors
    • Finding and reporting bugs
    • How to get support
    • Collaborate
Powered by GitBook
On this page
  1. How to use
  2. Files

File size limits

PreviousOrphan filesNextCategories

Last updated 2 years ago

By default every installation limits each file to 2GB. This limit can be set to anything you want in two ways:

  • To set a new limit globally, edit your and change the value 2048 in define('MAX_FILESIZE','2048'); to the new limit you want, expressed in Mb, where each GB is 1024 Mb. In this case, 2048 represents 2GB. 10GB would be 10240, and so on.

  • You can also set specific limits for each user and clients. When editing them, find the File size limit box and set a value in Mb also. For example, you can have a 2GB limit globally but let a certain user upload files up to 10Mb only.

custom configuration file