• I have a few field of type image. They validate for images and give an error for other files of greater than 6k. If I try to upload a text file of less than 6k if does not upload yet I get a save success message.

    I noticed it with a txt file. I added text 1k at a time until I got the error for it not being an image. I would get a save success message for files that were less than 6k and an error for 6 and greater.

    Any ideas on what is happening here and how I might be able to correct it?

    • This topic was modified 8 years, 1 month ago by kgrondell.
Viewing 1 replies (of 1 total)
  • Plugin Author donmik

    (@atallos)

    The max filesize is 8MB for my plugin. If you want to change it you can use:

    bxcft_images_max_filesize for image field type.

    bxcft_files_max_filesize for file field type.

    If it doesn’t work, it’s probably due to your server’s apache/nginx or php configuration.

Viewing 1 replies (of 1 total)
  • The topic ‘Image file validation fails for text files less than 6k’ is closed to new replies.