My version: 8.1.006
So I have an image (database) field on my form with 3 extensions to allow. Pretty cool, I thought, until a user reported this problem (and I confirmed).
The user is allowed to upload an image with an extension different from those in the allow list. When the form I saved, the validation catches the wrong extension. However, there is no way for the user to remove the wrong image. They are stuck. All work they did on the form can not be saved because of the image validation rule (really because SC allow an illegal image to be uploaded in the first place).
It seems to me, SC should only permit images with the permitted extensions to be uploaded.
Does anyone know how I can check the uploaded image’s extension so I can delete it so the user can save the form?
Thanks
Ed