Advertisement
freddy0512

form

Nov 10th, 2014
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1.  
  2.  
  3. <div id="contentadmin">
  4. <h4>Input Datang Barang</h4>
  5. <div id="menuadmin">
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12. <a href="index.php"><img src="<?php echo base_url()?>img/media_skip_backward.png"></a>
  13. <form method="post" action="<?php echo site_url('barang/do_upload'); ?>" enctype="multipart/form-data" role="form">
  14.  
  15. <table>
  16.  
  17.  
  18. <div id="inputinsert" >
  19. <p >Gambar</p>
  20. <div id="gambar">
  21. Kecil &nbsp; <input type="file" name="file_upload">
  22. <br>
  23. Besar &nbsp; <input type="file" name="file_upload_kecil">
  24. </div>
  25. </div>
  26.  
  27.  
  28. </table>
  29. <input type="submit" name="submit" id="submit" Value="Submit">
  30.  
  31. <?php echo form_close() ?>
  32. </div>
  33. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement