PNG format

HomeForumsFree wallpaper scriptBug TrackerPNG format

Tagged: ,

This topic has 2 voices, contains 2 replies, and was last updated by  SoFvip 103 days ago.

Viewing 3 posts - 1 through 3 (of 3 total)
Author Posts
Author Posts
January 29, 2012 at 18:51 #809

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

January 30, 2012 at 14:51 #810

veppa

Try this: $upload_config['allowed_types'] = ‘jpg|png’;

January 30, 2012 at 17:50 #811

SoFvip

works great,
btw your script is genius
thx for all your work on it and for all your help you giving

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.