PHP Classes

File: themes/backend/components/form/files.twig

Recommend this page to a friend!
  Classes of Aby Dahana   Aksara   themes/backend/components/form/files.twig   Download  
File: themes/backend/components/form/files.twig
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Aksara
A CodeIgniter based API and CRUD generator
Author: By
Last change:
Date: 9 months ago
Size: 348 bytes
 

Contents

Class file image Download
<div class="uploader-input w-100"> <input type="file" name="{{ name }}[]" class="custom-file-input d-none" role="uploader" id="{{ name }}_input" data-fileuploader-files="{{ content | json_encode | escape }}" accept="{{ accept }}" multiple /> <label class="form-control custom-file-label" for="{{ name }}_input">{{ label }}</label> </div>