(New page: {{Ckfinder Image upload Description|code=<pre>CKFinder_Config.Add "CheckDoubleExtension", True</pre>}}) |
m (moved CKFinder/Developers Guide/ASP/Configuration/Security/Image uploads to CKFinder 1.x/Developers Guide/ASP/Configuration/Security/Image uploads) |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
− | {{Ckfinder Image upload Description|code=<pre>CKFinder_Config.Add " | + | {{Ckfinder Image upload Description|code=<pre>CKFinder_Config.Add "SecureImageUploads", true</pre>}} |
Latest revision as of 07:46, 28 May 2010
Sometimes a user can try to upload a file which isn't an image file but appears as if it would be a one. Example: You have a text file called document.jpeg and you try to upload it. If you enable the function by setting it to true:CKFinder_Config.Add "SecureImageUploads", truethe program will check the dimensions of the file. If they are zero, then the file isn't an image and it will be rejected be the CKFinder.