Welcome!

And don't forget to edit your signature & profile.

 

Icon

Statistics

  • Total posts 23318
  • Total topics 4048
  • Total members 5574
  • Our newest member
    ALF5583

TOP POSTERS

Problem uploading .flv with ckfinder

All text- and WYSIWYG editors.
   

Problem uploading .flv with ckfinder

Postby Bambi » Mon Oct 26, 2009 6:03 pm

Hi everyones
I install the new Ckeditor and Ckfinder too and I upload successfull one .flv file which is ~2MB, but when I'm trying to upload the other files (~9MB and ~27MB) I'm receiving the message "Invalid file" :unsure:
I'm tried to increase the memory limit through .htaccess file but It's still not working.
Please Is there someone who can help me? It's urgent
P.S. a part from my ckfinder/config.php file
..............
$config['DefaultResourceTypes'] = '';

$config['ResourceType'][] = Array(
'name' => 'Files', // Single quotes not allowed
'url' => $baseUrl . 'files',
'directory' => $baseDir . 'files',
'maxSize' => 0,
'allowedExtensions' => '7z,aiff,asf,avi,bmp,csv,doc,fla,flv,gif,gz,gzip,jpeg,jpg,mid,mov,mp3,mp4,mpc,mpeg,mpg,ods,odt,pdf,png,ppt,pxd,qt,ram,rar,rm,rmi,rmvb,rtf,sdc,sitd,swf,sxc,sxw,tar,tgz,tif,tiff,txt,vsd,wav,wma,wmv,xls,zip',
'deniedExtensions' => '');

$config['ResourceType'][] = Array(
'name' => 'Images',
'url' => $baseUrl . 'images',
'directory' => $baseDir . 'images',
'maxSize' => 0,
'allowedExtensions' => 'bmp,gif,jpeg,jpg,png',
'deniedExtensions' => '');

$config['ResourceType'][] = Array(
'name' => 'Flash',
'url' => $baseUrl . 'flash',
'directory' => $baseDir . 'flash',
'maxSize' => 0,
'allowedExtensions' => 'swf,flv',
'deniedExtensions' => '');
..............
User avatar
Bambi
 
Posts: 1
Joined: Sat May 30, 2009 2:16 am
   

Return to Editors



Who is online

Users browsing this forum: No registered users and 1 guest

cron