oyazhuryachna

v_form_upload_wo_db

Apr 27th, 2017
2,849
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.53 KB | None | 0 0
  1. <?php
  2. defined('BASEPATH') OR exit('No direct script access allowed');
  3. ?>
  4.         <h2>Form Upload File</h2>
  5.         <p>Gunakan form dibawah ini untuk mengupload file.</p>
  6.         <form method="POST" action="<?php echo base_url();?>upload/do_upload" enctype="multipart/form-data">
  7.         <div class="form-group">
  8.             <label>Pilih File</label>
  9.             <input type="file" name="file_nya">
  10.         </div>
  11.         <div class="form-group">
  12.             <button type="submit" class="btn btn-primary"><span class="glyphicon glyphicon-cloud-upload"></span> Upload !</button>
  13.         </div>
  14.         </form>
Advertisement
Add Comment
Please, Sign In to add comment