Posts: 115
Location: in the interwebz
|
i believe using the || is creating the problem. I believe that the || will approve any image as long as it matches those types listed above. So, you should remove the other entries.
Because the section is checking whether it matches one of those data types, once it has it checks size. Removing those unwanted datatypes will solve the problem.
|