Hey,
Is it possible to check if an image is uploaded to the server?
For example,
PHP Code:
---
new GuiShowImgCtrl("Ach_IconImage") {
x = y = 0;
image = "ach_image.png";
this.height = this.width = 32;
}
---
Then I require a check for if that image is uploaded, so that if it isn't I can set the image to "ach_noimage.png".
Thanks in advance,
Caleb.