upload photo problem

I had previously altered my image sizes:


    $icon_sizes = array(
    'tiny' => array('w' => 100, 'h' => 100, 'square' => TRUE, 'upscale' => TRUE),
    'small' => array('w' => 100, 'h' => 100, 'square' => TRUE, 'upscale' => TRUE),
    'medium' => array('w' => 100, 'h' => 100, 'square' => TRUE, 'upscale' => TRUE),
    'large' => array('w' => 200, 'h' => 200, 'square' => TRUE, 'upscale' => TRUE),

    );


And now whenever im uploading a new profile image, the preview image doesnt update anymore:

image


When i remove image i get the right page:

image

But then when i go to upload again it shows the same (blue shirt in this instance) photo..
Not exactly sure whats causing it or how to fix it, any ideas?

Beginning Developers

Beginning Developers

This space is for newcomers, who wish to build a new plugin or to customize an existing one to their liking