(New page: 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...) |
|||
Line 1: | Line 1: | ||
− | 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''': {{{code}}} the program will check the dimensions of the file. If they are zero the file isn't an image and it will be rejected be the CKFinder. | + | 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''': {{{code}}} the 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. |
Latest revision as of 10:51, 11 January 2008
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: {{{code}}} the 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.