By UCD Film Soc on
I have installed many modules for handling this but i seem to have a problem with changing the max file size for downloading. It says my max is 2mb although drupal says i have it at 100mb. Has anyone changed there max upload on their server before and if so how?
This would be a major help to me, so thanks for any assistance you give,
Comments
Edit the .htaccess
I've done it by editing the .htaccess file on an Apache server
Add this:
php_value upload_max_filesize 8M
Change 8M to whatever number you desire and change drupal's settings in admin/settings/uploads accordingly.
Video Upload
Hello,
I am very much a newbie when it comes to the Drupal CMS. However I am a experienced Linux Systems Administrator. I was playing around with Drupal and uploading videos the other day. Keep in mind I only have about a solid 5 hours using the CMS. I followed this tutorial for setting up the Dash Video Player and I was able to stream, Upload and pretty much work with all videos that I needed on my site. Not sure if this will help you, but it was very successful for me.
http://www.tmtdigital.com/node/39
Good Luck,
Jason