I am giving users the ability to upload a Photo (from the camera or a saved file) OR a PDF through one file chooser.
I have it working nicely using a Multiple Files column (then encoding the file to base64 to upload through an API)
But my external application (accountancy software) can only accept 1 file - so if the user uploads 2 or 3 files, they are ignored.
I can not use the Image Field (which only allows one file to be uploaded at a time) as it does not allow you to upload PDFs for example.
Does anyone know of a way of limiting Multiple Files to only allow one file to be uploaded (unlikely) - or allowing the Image field to accept documents (also unlikely!)
I thought the file picker had to write to a multiple files column (for some reason).
Of course it can write to an image column too (or URL column) which only allows one upload at a time.
doohhhh. Thanks Darren
PS - I was also thrown as you can’t upload a file to an image column through the builder - but you can through a file picker component (in my defence!)