Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
8168 kshitij.so 1
<div id="content">
2
	<ul style="list-style: none outside none; padding-left: 0px; color: red; margin-top: 0px; margin-bottom: 0px;">
3
		<li>Leave the field blank if you dont wish to update</li>
4
		<li>Xls format is required without any formatting</li>
5
	</ul>
6
	<p style="font-size: 14px;">Upload Bulk Sheet:</p>
7
			<form id="uploadBulkFile" name="fileUpload" action="" enctype="multipart/form-data" method="post">
8
				<label for="filePath" style="font-size: 14px;">Path : </label>
9
				<input type="file" name="file" id="file">
10
				<input type="submit" value="Upload" name="upload">
11
            </form>
12
			<hr/>
13
</div>