<?php 
}
?>
						<div class="warning" id="warning" name="warning"
							 style="display:none;margin: 4% 0 4% 22%;"></div>
						<form
							action='<?php 
echo admin_url() . 'admin.php?page=' . WP_CONST_ULTIMATE_CSV_IMP_SLUG . '/index.php&__module=' . $_REQUEST['__module'] . '&step=mapping_settings';
?>
'
							id='browsefile' enctype="multipart/form-data" method='post' name='browsefile'>
							<div class="importfile" align='center'>
								<div id='filenamedisplay'></div>
								<div class="container">
									<?php 
echo $impCE->smack_csv_import_method();
?>
									<input type='hidden' id="pluginurl" value="<?php 
echo WP_CONTENT_URL;
?>
">
									<input type='hidden' id='dirpathval' name='dirpathval'
										   value='<?php 
echo ABSPATH;
?>
'/>
									<?php 
$uploadDir = wp_upload_dir();
?>
									<input type="hidden" id="uploaddir" value="<?php 
if (isset($uploadDir['basedir'])) {