I have a mobile application in android and I use .net as API I have form to users to attached doctor prescription for medical leaves how to check that they attached the write file rather then any dummy file upload.
Loading
I have a mobile application in android and I use .net as API I have form to users to attached doctor prescription for medical leaves how to check that they attached the write file rather then any dummy file upload.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Ravikant SahuPosted Aug 10, 2023, 12:52 PM
You can use Machine Learning Kit in android for more description follow this link "https://codelabs.developers.google.com/codelabs/mlkit-android#4"
Prathap ReddyPosted May 7, 2023, 1:11 PM
To verify that the user has uploaded the correct file, you can perform some checks on the file itself, such as its format, size, and content.For example,