View Single Post
  #1  
Old 08-21-2011, 01:15 PM
jamitsu89 jamitsu89 is offline
Registered User
Join Date: Jun 2011
Posts: 27
jamitsu89 is an unknown quantity at this point
Checking if an image is uploaded to the server

Hey,

Is it possible to check if an image is uploaded to the server?

For example,

PHP Code:
  ---
  new 
GuiShowImgCtrl("Ach_IconImage") {
    
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.
Reply With Quote