We are implementing an upload of files of only image type and I have used the action to include images only:
However, when I try uploading image type files I only get errors:
Is there something I'm missing to only allow image files? (I have also tried *.jpg, *.jpeg, etc as options with no success)
Sorry for asking, Did you have a look at the documentation? https://www.outsystems.com/forge/Component_Documentation.aspx?ProjectId=5543&ProjectName=filepondupload
Can you try and see if it works?
"image/*"
Or even share an OML/replicate the problem in another OML to have a look?
Just using image/* using the CreateAcceptedFileTypes worked, but using CreateCommonAcceptedFileTypes with only Images set to True wasn't working.
Thats strange, try removing the image/jpeg from FileType1. Otherwise just specify "image/*" directly without using CreateCommonAcceptedTypes.