In my application, there is file upload widget. Which works fine.
I want to restrict attaching files over 15MB.
According to the default configuration this should return error from server when I try to attache a file over 15MB. But I can attach them without any error.
However, When I try to attach file size of 31MB, then server returns an error.
Any idea?
N.B. : I am trying to attach jpg, png and pdf files.