F
Filamentβ€’2mo ago
khairulazmi_

can we use file upload components inside our livewire ?

I mean using it inside normal form .
5 Replies
khairulazmi_
khairulazmi_β€’2mo ago
no i mean . can we use it as a blade component like
<x-filament::input.wrapper>
<x-filament::fileupload
wire:model="name"
/>
</x-filament::.wrapper>
<x-filament::input.wrapper>
<x-filament::fileupload
wire:model="name"
/>
</x-filament::.wrapper>
can we do this @Leandro Ferreira ?
LeandroFerreira
LeandroFerreiraβ€’2mo ago
no, I guess. You should create your own component
LeandroFerreira
LeandroFerreiraβ€’2mo ago
The file upload field is based on Filepond https://pqina.nl/filepond/
Easy File Uploading With JavaScript | FilePond
A JavaScript library that can upload anything you throw at it, optimizes images for faster uploads, and offers a great, accessible, silky smooth user experience.
khairulazmi_
khairulazmi_β€’2mo ago
I am still learning tho, still learning how to make own component. but thanks for information @Leandro Ferreira πŸ‘πŸΏ