• Can I limit file size or image uploaded?

    Yes, you must use the following filters.

    If you want to limit the size of file upload, you have to use the filter «bxcft_files_max_filesize». The following code shows how to limit the file size to 2MB.

    If you want to limit the size of image upload, you have to use the filter «bxcft_images_max_filesize». The following code shows how to limit the file size to 10MB.

    By default, the maximum size is set to 8MB for both files and images.

    Remember that if you use these filters, the php.ini variables «upload_max_filesize» and «post_max_size» will always prevail over this filter.