Posts made by Guillermo Madero

pint raj,

Vimeo used to have in its free service and option called "Private link sharing", so that videos linked from a particular domain (e.g. mymoodlesite.com) could only be played from that address. That option now is available with the paid service (Plus + PRO).

It seems that now the option is called "Hide from Vimeo.com":

https://vimeo.com/help/faq/managing-your-videos/privacy-settings#can-i-keep-my-videos-from-appearing-on-vimeo

Cheers!

Salam Hadile,

If you want to receive help, you do need to provide more info about your issue. Please read the moodle.org site policy:

https://moodle.org/mod/page/view.php?id=7080

specifically, the section "Present facts and background in your post".

 

Salam Hadile,

Nobody will actually correct your code, but here you will find help so you can do it yourself.

As this seems to be a development issue, it would be best for you to post at the General developer forum:

https://moodle.org/mod/forum/view.php?id=55

Regarding the File API, please take some time to read the following pages, it will help you to get familiar with the concepts behind it:

https://moodle.org/mod/forum/discuss.php?d=203204#p889847
https://docs.moodle.org/dev/File_API
https://docs.moodle.org/dev/File_API_internals#File_API_internals
http://docs.moodle.org/19/en/Course_files

Cheers!

wa alikum al-salam

Hadile, I'm not sure I got your question right. Maybe you would like to rephrase it a bit? I'll try answering based on what I understood.

You uploaded a file into a Moodle course and that file was saved at filedir/20/5f/... and now you want to download it from the Moodle course? If that is the case, you needn't worry about where the file is saved, because that is very technical information and users do not need it. Moodle knows how to handle files, where to save them and how to find and retrieve them. So once uploaded, you can download the file just by right-clicking at the link that was created for the file at the course, and choose the "Save as..." option.

 

If you want to upload files so your users can download them easily, you may want to consider using the "File" or the "Folder" resources:

https://docs.moodle.org/28/en/File_resource
https://docs.moodle.org/28/en/Folder_resource

The following pages might be useful:
https://docs.moodle.org/28/en/Resources
https://docs.moodle.org/28/en/Main_page