Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author donmik

    (@atallos)

    Hi, this issue is solved with the latest version. Please update.

    To set the max file size, you need to use this filter “bxcft_images_max_filesize”.

    add_filter( 'bxcft_files_max_filesize', 'my_custom_max_filesize');
    function my_custom_max_filesize() {
      return 10;
    }

    Replace 10 with the number of MB you want.

    Thread Starter manjushaa123

    (@manjushaa123)

    Thanks… by mistake I have asked this question again in another ticket…. sorry about that. Got the answer! ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Issue with 'File' upload filed’ is closed to new replies.