Hello guys,
this problem is yet another one kicking my behind and I know very little about how to resolve it.
I'm following this tutorial here : http://www.tmtdigital.com/node/37
It's about using the Dash Media Player module. In it the guy uploads videos via filefield ... easy and great stuff but then I have a problem he doesn't seem to have.
When I upload I get the following in the familiar red box & text error message :
An unrecoverable error occurred. The uploaded file likely exceeded the maximum file size (2 MB) that this server supports.
I immediately increased the size of the "maximum upload size" and even the "maximum upload size per node"(currently both are set to 100M - too much more than needed).
From the tutorial, I'm only able to use flv, mov, mp4, m4v files and a typical file size I've tried uploading is 48.8MB
Can anyone help, please.
Comments
Got it ...
Increase php settingings in .htaccess like as follows:
php_value upload_max_filesize ***M
php_value post_max_size **M
Incase, anyone else would like to know.
Cheers guys :-)