2016-12-03 16:32:07
direct link
How can i get a direct link on file that in at_content/file_storage folder?
2016-12-03 16:32:07
How can i get a direct link on file that in at_content/file_storage folder?
2016-12-04 10:04:36
For security reasons, you cannot link to files directly outside of the file storage utility.
2016-12-04 11:40:12
ok, how can i generate download link without using chekboxes if i know file id?
2016-12-04 12:55:16
A download URL would look something like the following, changing up the values to those of the file you want to be downloadable:
mods/_standard/file_storage/index.php?ot=1&oid=5&download=1&files%5B%5D=4
The easiest way to generate this URL, is to edit an image in File Storage, the view the source of the image in the edit screen, and copy its URL. Then adjust the values to match those of the file you want students to download.
2016-12-04 14:16:21
Thanks! It's the best solution for me. And the last question: what url to download folder (without chekboxes)?
2016-12-05 09:02:36
There is no option to download a folder.