-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Have you updated FilePond and its plugins?
- [X] I have updated FilePond and its plugins
### Describe the bug…
-
**Describe the bug**
When using grid display `.filepond--item { width: calc(25% - .5em); }` error messages are cut out (see example).
![image](https://user-images.githubusercontent.com/57031667/…
-
Is there a way to get the image thumbnail to appear when `showOnIndex()` is enabled?
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Have you updated FilePond and its plugins?
- [X] I have updated FilePond and its plugins
### Describe…
-
Metadata is send as string but using the same field name that is used for the FILE input.
Currently the request payload looks like:
```
------WebKitFormBoundary
Content-Disposition: form-data; n…
-
**Describe the bug**
I'm encountering an issue with file uploads using FilePond and TUS in Supabase CLI. Files under 6MB upload successfully, but uploads of larger files consistently fail.
**T…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Have you updated FilePond and its plugins?
- [X] I have updated FilePond and its plugins
### Describe…
-
This is my config
```js
new PreloadWebpackPlugin({
rel: 'preload',
include: ['chunk-vendors', 'app'],
}),
```
And the output
```html
…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Is your feature request related to a problem? Please describe.
As stated https://github.com/pqina/vue-fi…
-
I just realize Drag-n-Drop function on File uploader or Dropzone or FilePond or WYSYWYG Editor Drag not working because of render React Draggable Tabs component.
How to fix it?
Thanks