Upload avatar

For general discussion of the Poker Mavens software
Post Reply
fafafa
Posts: 41
Joined: Thu Feb 23, 2012 10:01 am

Upload avatar

Post by fafafa »

Hi kent i have question
How can i use code for upload avatar becus max avatar 72?
Kent Briggs
Site Admin
Posts: 5880
Joined: Wed Mar 19, 2008 8:47 pm

Re: Upload avatar

Post by Kent Briggs »

fafafa wrote:Hi kent i have question
How can i use code for upload avatar becus max avatar 72?
The maximum number of avatars you can put in the communal avatar set (the group shared by everyone) is 64 but you can assign individual avatars to individual players that are not in that communal set. There is no limit to that number. As far as uploading files, you'll need to create an upload function on your web site. I found this when I Googled for "php file upload":

http://www.w3schools.com/php/php_file_upload.asp

You'll need to implement some kind of approval process to make sure the user uploaded an appropriate file at the right 48 x 48 pixel size, etc.
Post Reply