You are not logged in.
Pages: 1
i'm just tinkering around now, is there a quick way to upload an image when you add a news article, pref with a thumbnail. I've been trying it myself by using code fomr the albums module, but keep getting an error -
Undefined index : imagefile..anyone have any ideas?
Last edited by Methuselah (18-12-2009 13:58:34)
Offline
i'm just tinkering around now, is there a quick way to upload an image when you add a news article, pref with a thumbnail. I've been trying it myself by using code fomr the albums module, but keep getting an error -
Undefined index : imagefile..anyone have any ideas?
Try to use $_POST, and dont forget about arrays
When you dont know where is problem try to echo var_dump($variable);
Offline
Pages: 1