To save all the thumbnails are stored in the same directory

In catalog/admin/product_thumb.php find:

$tn_path = 'thumbnails/';

And replace by:

$tn_path = THUMBNAIL_PATH;

And save the file

No file attached

More...