Created
January 23, 2012 23:18
-
-
Save nsanta/1666307 to your computer and use it in GitHub Desktop.
image upload form
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <form action="javascript:void(0)" method="POST" enctype="multipart/form-data" id="product_image_upload_form"> | |
| <input name="product_id" ,="" type="hidden" value="1"> | |
| <div class="row"> | |
| <span class="span16"> | |
| <label>Image</label> | |
| <input name="images" ,="" type="file" value=""> | |
| </span> | |
| </div> | |
| <div class="row"> | |
| <span class="span16"> | |
| <label>Image</label> | |
| <input name="images" ,="" type="file" value=""> | |
| </span> | |
| </div> | |
| <div class="row"> | |
| <span class="span16"> | |
| <label>Image</label> | |
| <input name="images" ,="" type="file" value=""> | |
| </span> | |
| </div> | |
| <div class="actions"> | |
| <input name="commit" ,="" type="submit" value="Save"> | |
| <a href="javascript:void(0)" ,="" id="cancela_link">Cancel</a> | |
| </div> | |
| </form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment