File Upload widget with multiple file selection, progress bars, validation and preview images for jQuery.
{!! Form::open(array('url' => URL::to('admin/file/createmulti'), 'method' => 'post', 'id'=>'fileupload', 'files'=> true)) !!}
{!! Form::close()!!}