A
account8226
Guest
Hello,
I'm making an addon where anyone can upload a custom logo for their page.
I'm correctly uploading the file, but I am afraid to forgot something.
Actually, I'm checking the following :
Regards.
I'm making an addon where anyone can upload a custom logo for their page.
I'm correctly uploading the file, but I am afraid to forgot something.
Actually, I'm checking the following :
- if (!$logo->isImage())
- if (!in_array($imageType, array(IMAGETYPE_GIF, IMAGETYPE_JPEG, IMAGETYPE_PNG))
Regards.