Welcome Guest, Not a member yet? Register   Sign In
is_image() problem
#2

[eluser]WanWizard[/eluser]
What is $this? And where is this is_image() method defined? And what does it do?

edit:

If you're referring to the method in the upload class, that just checks the mime type of the file, which doesn't say anything about the actual contents.

You can execute a getimagesize() on the file. If it doesn't return FALSE, you're fairly sure it's a valid image.


Messages In This Thread
is_image() problem - by El Forum - 06-01-2011, 01:53 AM
is_image() problem - by El Forum - 06-01-2011, 02:15 AM
is_image() problem - by El Forum - 06-01-2011, 10:59 PM
is_image() problem - by El Forum - 06-02-2011, 07:37 AM
is_image() problem - by El Forum - 06-02-2011, 09:03 AM



Theme © iAndrew 2016 - Forum software by © MyBB