Ok i want to load a Avatar with my users regso they can upload and make a profile page i have user reg and everything and im using a flat file in php?
|
|
You should consider integrating an existing avatar service such as Gravatar into your application. It might end up saving you and your users a bundle of time. From the Gravatar website:
|
||
|
|
|
|
Just treat the avatar upload like any photo upload. Create an avatar/image upload form to upload the image to your server in the profile page. |
||
|
|
