Page 6 of 11

How to view videos and photos stored in the files database

Posted: Tue Sep 19, 2017 10:52 am
by Serhii Kulibaba

We need to know how to run that service to view videos.


How to view videos and photos stored in the files database

Posted: Tue Sep 19, 2017 11:06 am
by redwhiteblue4free

i still dont know what to put there...


How to view videos and photos stored in the files database

Posted: Tue Sep 19, 2017 11:06 am
by redwhiteblue4free

tell me what you need.

i use the list service if that help


How to view videos and photos stored in the files database

Posted: Tue Sep 19, 2017 11:47 am
by Illya Stepanov

Hi - could you please list out the steps how we can reach the page in your app where you invoking service which populates videos list.


How to view videos and photos stored in the files database

Posted: Tue Sep 19, 2017 11:50 am
by redwhiteblue4free

use username: b1
password: aaa

then click on to viderGrid


How to view videos and photos stored in the files database

Posted: Tue Sep 19, 2017 12:25 pm
by Serhii Kulibaba
  1. You don't run any service on the page show event, but I see the only one service on that page "UserInfo_db_Posts_listVideo".

    2.If I tun it returns me a list of images instead of videos.

    Please fix these issues and let us know if they are done. We will check the app again.


How to view videos and photos stored in the files database

Posted: Tue Sep 19, 2017 12:39 pm
by redwhiteblue4free

1
i forgot to invoke the service... now i invoked it.
Image

it give me this on pc but when click on it cant play
Image

2
in the database user upload photo and video, how to list only video then?

fixed the first issue but the second not sure
thanks


How to view videos and photos stored in the files database

Posted: Tue Sep 19, 2017 1:22 pm
by redwhiteblue4free

is it secure to put public app link here? do i have to delete it after?


How to view videos and photos stored in the files database

Posted: Tue Sep 19, 2017 1:43 pm
by Serhii Kulibaba

You use the request parameter where={bigImgId: {"$regex": "image"}}

Please change it to video to read videos


How to view videos and photos stored in the files database

Posted: Tue Sep 19, 2017 1:45 pm
by redwhiteblue4free

like this?
where={bigImgId: {"$regex": "video"}}

this will read any video?