How to upload videos to firebase storage and get their uploading progress?

194 Views Asked by At

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

There are 1 best solutions below

7
On

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

Directory appDocDir = await getApplicationDocumentsDirectory();