I am getting the following error when I try to restrict file types:-
The file submitted in field 'image' is not the correct type. Received 'image/gif' but require one of (image/gif,image/jpeg).
Here is a snippet from the fields.ini
[image]
Type = container
widget:type = file
allowed_mimetypes = image/gif,image/jpeg
If I remove restrictions all works fine. I also get the same problem if I try to restrict by extension.
Is it just me or am I missing something....
Also is there a way to restrict file size?
Cheers
Graham