Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
12256 kshitij.so 1
<p style="font-size: 14px;">Upload Item Sheet:</p>
2
	<form id="uploadBulkFile" name="fileUpload" action="" enctype="multipart/form-data" method="post">
3
		<label for="filePath" style="font-size: 14px;">Path : </label>
4
		<input type="file" name="file" id="file">
5
		<input type="submit" value="Upload" name="upload">
6
    </form>
7
<hr/>