open (F, ">$photo_save_name"); while (<$file_name>) { print F; } #### while ( read( $file_handle, $buffer, BUFFER_SIZE ) ) {