This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
filebrowser [2014/09/15 15:02] Christoph M. Becker [Alternative File Browsers] added note that Ajaxfilemanager is incompatible with XH 1.6+ |
filebrowser [2018/10/26 15:33] (current) |
||
---|---|---|---|
Line 13: | Line 13: | ||
Under Settings->CMS you can define the maximum size of files regarding the upload with the filebrowser (Images->Maxsize resp. Downloads->Maxsize; the latter is also used as limit for media files and userfiles). Note, that this limits can not exceed the PHP settings post_max_size and upload_max_filesize (you can check their value under Settings->Info->PHP Info). If you have to upload larger files, you can do that via [[FTP]], or you might consider using the [[http://3-magi.net/?CMSimple_XH/Uploader_XH|Uploader_XH]] plugin. | Under Settings->CMS you can define the maximum size of files regarding the upload with the filebrowser (Images->Maxsize resp. Downloads->Maxsize; the latter is also used as limit for media files and userfiles). Note, that this limits can not exceed the PHP settings post_max_size and upload_max_filesize (you can check their value under Settings->Info->PHP Info). If you have to upload larger files, you can do that via [[FTP]], or you might consider using the [[http://3-magi.net/?CMSimple_XH/Uploader_XH|Uploader_XH]] plugin. | ||
+ | ===== Limitations ===== | ||
+ | |||
+ | The filebrowser is not optimized for very many images. You can improve the performance, if you partition the images to individual subfolders with, say, up to 100 images. If the filebrowser is still to slow, you should consider using an [[#alternative_file_browsers|alternative filebrowser]]. | ||
===== Alternative File Browsers ===== | ===== Alternative File Browsers ===== | ||