 SoFvip
|
i have problem with allowing upload png images.
i tryed add png in wallpaper.php but didnt work .how the line should look ?
$upload_config['allowed_types'] = ‘jpg, png’; – didnt work
$upload_config['allowed_types'] = ‘jpg’ , ‘png’; – same
$upload_config['allowed_types'] = ‘jpg; png’; – no luck
$upload_config['allowed_types'] = ‘jpg png’; – same
plz help
|
 veppa
|
Try this: $upload_config['allowed_types'] = ‘jpg|png’;
|
 SoFvip
|
works great,
btw your script is genius
thx for all your work on it and for all your help you giving
|