Skip to:
Form tool data type image does not validate filtype on upload, only jpg, png and gif should "pass through".
The formtool has supported the ftAllowedExtensions for some time - not sure from when, but I can confirm that it is working as of the revision.
Using FC 5.1.6 and fttype="image" i can upload an .bmp file without any validation error.
I also searched my entire farcry core folder for "ftAcceptMimeType", it's not found so i assume this is still to be fixed.
need to add ftAcceptMimeType to file and image fields. The validate function then needs to check mimetype of upload to metadata.
Form tool data type image does not validate filtype on upload, only jpg, png and gif should "pass through".