livewire-dropzone icon indicating copy to clipboard operation
livewire-dropzone copied to clipboard

A Livewire Dropzone component for simple drag-and-drop file uploads.

Results 7 livewire-dropzone issues
Sort by recently updated
recently updated
newest added

I was wondering if someone could improve the dropzone UI.

help wanted

When putting a rule for PDF files only, and upload the "temporaryUrl" returns null. Tried with many files types only PDF has the issue

Hey Dasun, Thanks for this package. Is there a way to do chunked uploads?

enhancement

is there a way to cancel Upload ?

enhancement

Bumps [livewire/livewire](https://github.com/livewire/livewire) from 3.5.0 to 3.5.2. Release notes Sourced from livewire/livewire's releases. v3.5.2 What's Changed Fix image upload extension validation by @​calebporzio in livewire/livewire#8624 Add new line for closing bracket...

dependencies
php

How can I use Dropzone events? Example: ``` this.on('addedfile', function(file) { console.log('Dosya eklendi: ', file); }); this.on('success', function(file, response) { console.log('Yükleme başarılı: ', response); }); this.on('error', function(file, errorMessage) { console.log('Hata...

When attempting to upload multiple files using the S3 direct upload feature, an error is returned: S3 temporary file upload driver only supports single file uploads. Please remove the [multiple]...