Upload file from repository (file System-FTP) to content bank

Upload file from repository (file System-FTP) to content bank

by J K -
Number of replies: 2

Hello Dears,

To solve the issue of uploading big files, I opted for the file repository option that allow to upload files via FTP to a repository file in the server.

The issue now is I cannot find a way to pick this files(uploaded in FTP server) into the Content bank to create an h5p video, as there are only two options to upload a file.



is there a way how to display the content of the repository file as explained in the link:

https://docs.moodle.org/39/en/File_system_repository

600px-FileSystemreposearch.png


Kind Regards,

Jaouad

Average of ratings: -
In reply to J K

Re: Upload file from repository (file System-FTP) to content bank

by Daniel Thies -
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers

Hi Jaouad,

The 'Upload a video button' is a H5P widget and not compatible with the Moodle file manager. So you will need another tool to accomplish this.

One method would be to use the Lumi desktop tool to create a H5P content from a file on the desktop and then upload the H5P files via ftp to server file system. You would them be able to use the file system repository to add theme to the content bank. From the Content bank select Upload content and the File system repository will appear as an option in the file manager.

Another option would be to use the latest version of Repurpose resources content type plugin to import files into a Column content. This allows adding audio, image and video files to the column type with the Moodle file picker. From there the Audio, Video, and Image objects can be copy and pasted into other types. Unfortunately it does not look like you can paste into Interactive Video so it would have to be modified if that is what you need.

Daniel

Average of ratings: Useful (3)
In reply to Daniel Thies

Re: Upload file from repository (file System-FTP) to content bank

by J K -
Thanks a lot Daniel,

I tried the first method it work perfectly.

Kind Regards,

Jaouad