Nah, not like that.
In the table for the user, have an 'image' field. When they first register, set it to blank.png, and in images/avatars/, have blank.jpg. Then when they upload new images, save it in images/avatars/ and update their entry in the database so that it points at the new image...