0

I have these recorded videos which exist in the app directory that I want the app to upload them to firebase storage and get the progress percentage, I know how to upload from gallery but not from app directory.

1 Answers1

0

You can use path_provider to get recorded videos from your application directory.

Directory appDocDir = await getApplicationDocumentsDirectory();
Haroon Ashraf Awan
  • 1,201
  • 1
  • 6
  • 15