Select video from album

Hello:
I am wondering is there a way that select the video(mp4 file) from the album just like imagePicker has, I can't choose the video when I call imagePicker's method. Can anyone help me, thanks a lot.

are you talking about getting a list of mp4 files of a given directory?
if yes, you might want to try the file extension and its FileList method

Taifun


Trying to push the limits! Snippets, Tutorials and Extensions from Pura Vida Apps by Taifun.

Hi @XIN_QUAN Welcome
You can do it easily using activity starter.
Action: android.intent.action.GET_CONTENT
Data Type: video/mp4

And after activity use ResultUri property to get content uri of file which you can convert to path either using TaifunFile or FileTools extension.