I have a mobile application using the native upload widget.
I set Accept to Any so I can allow the user to pick a file eg (PDF or JPG) from their device.
But when the user actually clicks on the upload icon it popups with a dialog
When they select Browse they can pick the file and upload correctly.But ... how do I streamline it so they can't choose "Take Photo/Video" or "Photo Library"
I can set ACCEPT=IMAGE and it will only allow camera to take picture.Or ACCEPT=VIDEO and it will only allow camera to take video.
But ... I can't set ACCEPT=FILE so that it will only allow browsing for a file to upload.
Has anyone been able to do this
Hello,
Could your issue be similar to this one?
Different in that I don't want to restrict files to PHOTO's only.
I also want to allow for upload of other document types, particularly PDF.
I ran into the same problem.
is there any solution to this..
any update please?
Hi, i don't know if it helps, but you can try using the attribute "accept" in the uploads widget giving the expected MIME types, something like this:
I get this result on execution time:
Like Alan i just want picture and files, using android he always show photo, video and files, i cant hide video button on drawer. can someone help?