This is my Config.php on Flash-Position:
Flash-Files over 1 MB upload correct. But my 5kbyte File doesnt upload correkt. I get a error dialog that my file is corrupt.
When i chance this option:
$config['SecureImageUploads'] = true;
in
$config['SecureImageUploads'] = false;
then the upload works fine!
Please help.
$config['ResourceType'][] = Array( 'name' => 'Flash', 'url' => $baseUrl . 'flash', 'directory' => $baseDir . 'flash', 'maxSize' => '8M', 'allowedExtensions' => 'swf,flv', 'deniedExtensions' => '');
Flash-Files over 1 MB upload correct. But my 5kbyte File doesnt upload correkt. I get a error dialog that my file is corrupt.
When i chance this option:
$config['SecureImageUploads'] = true;
in
$config['SecureImageUploads'] = false;
then the upload works fine!
Please help.
Re: Flash Upload doesnt work when $config['SecureImageUploads']=
Hmm it seems we have a little bug in CKFinder here... in some situations PHP may not be able to read the size of a "swf" file properly (for example http://bugs.php.net/bug.php?id=29611, http://bugs.php.net/bug.php?id=44455).
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: Flash Upload doesnt work when $config['SecureImageUploads']=
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+