ATutor

Learning Management Tools







Pages:1 2 3 4 5 6 7 8 9 10 11 12 13 14 15


download a file from file storage


  • 2007-03-07 02:41:02

    download a file from file storage

    I'd like to have a link in a content page to download a file in the file storage, without having to go to file storage, select the file and click on download.

    What is the URL of a file in file storage?

    thanks

  • 2007-03-07 09:01:23

    Re: download a file from file storage

    Use the File Manager instead. The form of paths to files in the file manager is:

    get.php/directory_name/filename.txt

    like:

    get.php/images/tower.jpg

    or

    get.php/assignment1.doc

    etc.