A asigala Member Licensed User Longtime User Mar 25, 2013 #1 Hello. I'm trying to download some videos that are hosted on a Web server to play them locally in my app. I've imported images using base64 encode and works fine. Do I have to import videos same way or how can I do it? Thank you.
Hello. I'm trying to download some videos that are hosted on a Web server to play them locally in my app. I've imported images using base64 encode and works fine. Do I have to import videos same way or how can I do it? Thank you.
Erel B4X founder Staff member Licensed User Longtime User Mar 25, 2013 #2 There is no need to use base64. You should just download the files (FTP or Http). Upvote 0