https://github.com/hackstarsj/android_download_and_upload_file_demo
Android Download and Upload File Demo
https://github.com/hackstarsj/android_download_and_upload_file_demo
Last synced: about 1 year ago
JSON representation
Android Download and Upload File Demo
- Host: GitHub
- URL: https://github.com/hackstarsj/android_download_and_upload_file_demo
- Owner: hackstarsj
- Created: 2019-10-05T08:45:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-29T07:46:48.000Z (about 6 years ago)
- Last Synced: 2025-04-02T02:22:12.397Z (about 1 year ago)
- Language: Java
- Size: 145 KB
- Stars: 16
- Watchers: 2
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Android_Download_and_Upload_File_Demo
Android Download and Upload File Demo
Added New Feature
1. Upload File From File Manager
2. Upload File From Gallery
3. Upload File from Camera
Added Fixed for File Uploading :
1. Added android:requestLegacyExternalStorage="true" in AndroidManifest.xml in application Tag
2. Added Projection in getRealPathFromUri() Method String[] proj = { MediaStore.Images.Media.DATA }; in MainActivity.java