Subversion Repositories SmartDukaan

Rev

Rev 8168 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8168 Rev 12449
Line 1... Line -...
1
<div id="content">
-
 
2
	<p style="font-size: 14px;">Upload Shipping Detail Sheet:</p>
-
 
3
			<form id="uploadShippingFile" name="fileUpload" action="" enctype="multipart/form-data" method="post">
-
 
4
				<label for="filePath" style="font-size: 14px;">Path : </label>
-
 
5
				<input type="file" name="file" id="file">
-
 
6
				<input type="submit" value="Upload" name="upload">
-
 
7
            </form>
-
 
8
			<hr/>
-
 
9
</div>
-
 
10
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/>
-
 
8