@extends('layouts.default') @section('title', 'Multiple File Upload') @push('css') @endpush @section('content')

Multiple File Upload header small text goes here...

jQuery File Upload

Demo Notes

  • The maximum file size for uploads in this demo is 5 MB (default file size is unlimited).
  • Only image files (JPG, GIF, PNG) are allowed in this demo (by default there is no file type restriction).
  • Uploaded files will be deleted automatically after 5 minutes (demo setting).
Add files...
 
PREVIEW FILE INFO UPLOAD PROGRESS
No file selected
@endsection @push('scripts') @endpush