Create a user gallery with various types of files

Good morning to all guys. I wanted to create a personal gallery for each user with each type of file (specifically, photos and videos). Now for the photos I had no problems, I can also create more than one gallery for a single user. However, as far as videos are concerned, I can’t understand how. I tried with the file uploader, however after that I can’t show the uploaded video. Do you have any solutions on this? to show the video I tried to also use an html box, as the video box only accepts elements from youtube and vimeo, but I would like the user to be able to upload his own personal video by choosing from his files.

You need a web video player. Test the plugin Video.js

thanks for your answer, however, I managed to solve without the help of plugins. Inside the same cell of the repeating group I inserted both the html div and the image. When the user loads an item, I check through a regex to get the file extension. If the extension corresponds to a video then I show the html div containing the video itself, otherwise I show the image.

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.