How to upload files bigger than 20MB?

hi guys!


I would need to have quite a few audio and video files included in my MySource website (v.3.18), but there are all >20MB. I can't put it on youtube because they are all longer than 10 minutes. Is there any way of bypassing that 20MB file size limit and uploading them into Matrix?



cheers,

[quote]hi guys!


I would need to have quite a few audio and video files included in my MySource website (v.3.18), but there are all >20MB. I can't put it on youtube because they are all longer than 10 minutes. Is there any way of bypassing that 20MB file size limit and uploading them into Matrix?



cheers,[/quote]



The limit is set in your /etc/php.ini file - you can change it there (and restart apache).

You can also FTP large files into the data/temp directory. When you create a file asset, you can select a pre-uploaded file from this dir and bypass the file upload limit that way.

thanks a lot, I'll give it a try!