upload files

upload files

by Alexandre Garnier -
Number of replies: 1
How is it possible to upload files bigger than 8Mo (like for exemple video files) in moddle ?
Why don't integer a ftp system (like net2ftp) for the upload ? It will be faster and with no problems of file size ...
Average of ratings: -
In reply to Alexandre Garnier

Re: upload files

by Michael Penney -
Well you can set up apache and php to allow you to upload as large of file as you like.

However, for files much larger than 8Mb, the web form upload is pretty slow.

You can just ftp to your moodledata directory. Figure out the id number of the course you'd like the files in (it will be the number in the url for the course (for instance: http://www.yourmoodlesite.edu/course/view.php?id=17, 17 is the the name of the course files folder in the moodledata directory.

So if you have ftp access to the server, then you can just ftp your files to the course's folder in the data directory, and now you can go to the course and see the files there.

net2ftp does indeed look interesting. The challenge will be to interact with Moodle's authentication, and with sftp (expect support for ftp to drop off in the future due to security holes), we'll take a look at that for MyFiles...