S3 Upload Control - How to List Both image AND pdf,doc,txt

With the S3 Upload Control - can I allow it to accept both image/* AND pdf,doc,txt?

I’ve tried:

image/*,pdf,doc,txt

But it still only lists images and not the other types.

Or do I have to list out my image types if I also want to include .pdf etc?

:rofl:

Been working faaaaar to long today. I missed out the dots…

image/*,.pdf,.doc,.txt
2 Likes