forked from simogeo/Filemanager
-
Notifications
You must be signed in to change notification settings - Fork 1
FAQ and common issues
Simon Georget edited this page Jun 24, 2015
·
6 revisions
Please compare filemanager.config.js.default to your JS config file to be sure a new config vars has not be added or renamed.
This is probably a file size upload limit issue. fileSizeLimit config option allow you to set the file limit for transfer. But server settings (upload_max_filesize
and post_max_size
in php.ini) may overwrite this value if filesize is inferior. This should display an error message when uploading if upload.multiple is set to false
but may cause a javascript issue when upload.multiple is set to true
since it relies on dropzone.js