react-native-documents / document-picker

Document Picker for React Native
https://react-native-documents.github.io/
MIT License
1.35k stars 437 forks source link

Is there any solution for pick file without user control? #580

Closed mreza-dehghani closed 2 years ago

mreza-dehghani commented 2 years ago

Question

If you're asking a question, please use discussions. The issue template is reserved for bugs and feature requests only. Thank you.

vonovak commented 2 years ago

Hello and thanks for asking, unfortunately, I don't understand what you're asking. Can you please rephrase your question? Thank you 🙂

mreza-dehghani commented 2 years ago

thanks, I want to pick file in my code logic that user have not to see file picker, in my app user pick file then I encrypt file and save it on device, then I want to pick encrypted file to upload it on server Is there any solution? I need response result that react-native-document-picker returns

vonovak commented 2 years ago

hello, I think you want to use the path to the encrypted file, so the code that handles encryption should give you the path you're looking for.

Then you can use that path to upload the file.

Thank you 🙂