My aim is to show which images being uploaded before actually uploading to database.This is to ensure that someone uploads correct images.For example, this code to upload multiple file:
{!! Form::file('image[]', ['id' => 'multi_file', 'multiple' => 'multiple']) !!}
But problem is, if I select multiple images, this code doesn't show names of images but just show how many images I'm uploading.I want that after browsing and selecting images under browse button appears images that I`m uploading. Thank you for your attention!
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire