\n", $i18n_domain);
} else if ($_POST['do_choose']) {
$file = $_POST['file'];
if (!$download->insert($file)) {
wp_die( __('An error occurred while trying to perform the insert query.', $i18n_domain) );
} else {
// successfully inserted file to upload
printf( __("File added to the database: '%s'
\n", $i18n_domain), $file);
}
echo '