Page 8 of 11

How to view videos and photos stored in the files database

Posted: Wed Sep 20, 2017 9:42 am
by redwhiteblue4free

are u working on it? does that mean i cant close the app?


How to view videos and photos stored in the files database

Posted: Wed Sep 20, 2017 11:28 am
by Serhii Kulibaba

There is still a list of images instead of videos:

Image


How to view videos and photos stored in the files database

Posted: Wed Sep 20, 2017 12:56 pm
by redwhiteblue4free

i told u before there are video and image in the database... what do you want me to do then


How to view videos and photos stored in the files database

Posted: Wed Sep 20, 2017 12:57 pm
by redwhiteblue4free

give me instruction on what should i do


How to view videos and photos stored in the files database

Posted: Wed Sep 20, 2017 1:14 pm
by redwhiteblue4free

u keep telling me there is image instep of video, i keep telling u there are image and video in the database. u tell me to fix it, but how? u want me to delete all image in the database?


How to view videos and photos stored in the files database

Posted: Wed Sep 20, 2017 1:29 pm
by redwhiteblue4free

there are image and video in the database. u tell me to fix it, but how?
Image


How to view videos and photos stored in the files database

Posted: Wed Sep 20, 2017 2:31 pm
by redwhiteblue4free

this post collection content image and video posted by user. do i have to separate image and video in different collection? can i not put them together in a same collection.

if need to separate then i will make a collection call postImage only for image and postVideo only for video. then to list them i will use postImage list service for image and postVideo list service for video. is that what i have to do?

thanks


How to view videos and photos stored in the files database

Posted: Thu Sep 21, 2017 4:39 am
by redwhiteblue4free

i have separate image and video file in different collection. i implement the Master-Detail Page method
https://docs.appery.io/docs/appbuilde...

now in video collection there are three video file and i still cant get them to play.

also want to ask every time when finish uploading a file, i choose different file and upload again, but it work only so many time after that it will freeze and i have to always restart my phone. why is this happening? do i have to clear the memory after each file upload? if so how do i clear the memory after each file upload?

thanks


How to view videos and photos stored in the files database

Posted: Thu Sep 21, 2017 4:40 am
by redwhiteblue4free

How to view videos and photos stored in the files database

Posted: Thu Sep 21, 2017 10:07 am
by Serhii Kulibaba

1) Please enable controls and set a value of preload=auto for the video component
2) Set the static value of the mapping to the property "type":
prevideo/mp4/pre
3) Add a full path to the each video file with the JS code on it's mapping:
prereturn "https://api.appery.io/rest/1/db/files/5984d1a52e22d73257634af6/"+
value;/pre

It works fine for me