Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <form id="add_upload" action="/product/add" method="post" enctype="multipart/form-data">
- <div class="standard-white-row upload-ebook-row">
- <div id="file_upload_1" class="fakeupload">
- <input id="fakeupload_1" type="text" name="fakeupload" value="Select your ebook file..." />
- </div><!--fakeupload-->
- <input id="realupload_1" type="file" name="userfile" class="realupload" />
- </div><!--standard-white-row upload-ebook-row-->
- <div class="standard-white-row">
- <div class="field-ebook-name">
- <input id="p_name" type="text" name="p_name" value="ebook name" />
- </div><!--field-ebook-name-->
- <div class="field-ebook-price">
- <input id="p_price" type="text" name="p_price" value="0.00" />
- </div><!--field-ebook-price-->
- </div><!--standard-white-row-->
- <div class="standard-white-row upload-preview-img-row">
- <div id="file_upload_2" class="fakeupload">
- <input id="fakeupload_2" type="text" name="fakeupload" value="Select your thumbnail image..." />
- </div><!--fakeupload-->
- <input id="realupload_2" type="file" name="userfile1" class="realupload" />
- </div><!--standard-white-row upload-preview-img-row-->
- <div class="standard-white-row">
- <textarea id="p_desc" name="p_desc" cols="" rows="">Description...</textarea>
- </div><!--standard-white-row-->
- <div class="standard-white-row standard-white-submit">
- <input id="submita" name="submita" type="submit" value="Add ebook" />
- </div><!--standard-white-row standard-white-submit-->
- </form>
Advertisement
Add Comment
Please, Sign In to add comment