Hi
I have installed piwigo on my webspace and use the Bootstrap Darkroom theme. Albums, photos and users all seem to work. But how do I get the video upload to work? The foto upload button only allows pictures. I have already searched and read a lot in the forum, but I can't really figure out what to do in my case. Bootstrap Darkroom is supposed to be able to handle video by default, without any additional plugin. I want to be able to upload videos directly via the web browser as well as via the iOS app. LocalFiles Editor is often mentioned in this context. I have installed it, but I don't know what I have to enter.
I would really appreciate detailed help! Thank you!
Piwigo 14.4.0 Betriebssystem: Linux PHP: 8.2.18 (Info anzeigen) [2024-05-11 12:41:03] MySQL: 10.6.15-MariaDB-cll-lve [2024-05-11 12:41:03] Grafikbibliothek: ImageMagick 6.9.10-68 Cache 29.17 Mo Plugins 4 Admin Tools EditorPlus LocalFiles Editor ShareAlbum
Last edited by rsv (2024-05-11 12:50:21)
Offline
Try to add the following to your LocalFilesEditor:
$conf['upload_form_all_types'] = true;
This should allow to upload any file types.
Offline
Thank you for the reply!
It seems to work with the mobile app, but it's still not working from the webbrowser (Firefox). That is the screenshot where I put the command in:
When I choose a mp4 file for upload, this warning apears:
Which basicly means "Error: invalid file extension"
What did I do wrong?
Thanks for the help.
Last edited by rsv (2024-05-11 23:05:15)
Offline
Missing part.
See this post:
https://piwigo.org/forum/viewtopic.php?id=26235
Last edited by OHappyDay (2024-05-11 23:07:51)
Offline