Skip to content

hackstarsj/Android_Download_and_Upload_File_Demo

Repository files navigation

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

About

Android Download and Upload File Demo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published