Error Uploading File .wm

Permalink
I have a video i was trying to upload, but receive an error "an error occured while uploading your file" just after clicking the upload button, i can upload other files with not problem. this file is about 3meg in size.
Help
I want to use the video block to show it?

wizardontherun
 
ScottC replied on at Permalink Reply
ScottC
max_post_size and another variable in php.ini, both default to 2mb.

.wm might not be listed as an applicable file extension in app.php or base.php under concrete/config/ (which can also simply live in your concrete directory).
wizardontherun replied on at Permalink Reply
wizardontherun
php.ini in c:\windows


; Maximum allowed size for uploaded files.
upload_max_filesize = 52M
ScottC replied on at Permalink Reply
ScottC
..