Subversion Repositories SmartDukaan

Rev

Rev 8168 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
12449 kshitij.so 1
<p style="font-size: 14px;">Upload Shipping Detail Sheet:</p>
2
		<form id="uploadShippingFile" 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/>