Creating the thumbnails (or any other action) will not overwrite an existing (properly created) database record. So, if your upload script does a `$image = newImage(album, imagename);` then populates the description, title, and credit fields, then does a `$image->save();`, nothing will be lost.