I have a new installation of CKFINDER 3 running on PHP on IIS. Whenever I try an upload a file via the CKFINDER upload button, I'm getting 'The uploaded file is corrupt'
Asked
Active
Viewed 386 times
0
-
Can you please elaborate? – Praveen Kumar Purushothaman Jul 10 '15 at 08:20
-
There must be some logfile that explains more, because I've never seen 'the uploaded file is corrupt' being output. Where does that come from; iis? – Sjon Jul 10 '15 at 08:22
-
CKFinder connector by default validates uploaded images (I believe it's about image). You can disable this behavior by altering `secureImageUploads` option in `config.php`, like: `$config['secureImageUploads'] = false;` – zaak Jul 10 '15 at 08:36
-
You mentioned IIS, which means that it might be the same issue with temporary folder as here: https://github.com/ckfinder/ckfinder/issues/173 – Wiktor Walc Jul 30 '15 at 11:48