Bootstrap browse button

  a) For Multiple file upload..........
    <label class="btn btn-primary btn-file">
        <i class="fa fa-picture-o"></i> Browse
        <input type="file" name="file[]" style="display:none;" multiple>
    </label>

  b) For Single file upload........
    <label class="btn btn-primary btn-file">
        <i class="fa fa-picture-o"></i> Browse
        <input type="file" name="file" style="display:none;">
    </label>

Comments

Popular posts from this blog

WP register_post_type() with custom CMB2 meta box

Git post receive setup at server for git push to the production from local machine