Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 460 Bytes

File metadata and controls

13 lines (9 loc) · 460 Bytes

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