Sub: New Account
There are many variations of passages of Lorem Ipsum available.
<input class="file-pond" type="file" multiple >
FilePond.registerPlugin(FilePondPluginImageExifOrientation, FilePondPluginImagePreview);
const inputElement = document.querySelector('.file-pond');
const pond = FilePond.create( inputElement, {
imagePreviewHeight: 140,
});
For more Information please follow the Official Documentation
<input class="dropify" type="file" >
$('.dropify').dropify();
For more Information please follow the Official Documentation