Project

General

Profile

dev #623

Updated by Najmul Hasan over 1 year ago

Description: Implement file access permissions and file upload functionality from device storage. This setup will enable users to upload files(pdf) from their device securely and smoothly, while handling permissions effectively. 

 Tasks: 

 - [ ] Research and implement permission handling for device storage access. 
 - [ ] Set up prompts for users to allow file access, with alternative actions if permission is denied. 
 - [ ] Implement file upload functionality, allowing users to select files from device storage. 
 - [ ] Ensure seamless user experience with error handling for denied permissions or failed uploads.

Back