svelte-filepond icon indicating copy to clipboard operation
svelte-filepond copied to clipboard

🔌 A handy FilePond adapter component for Svelte

Results 8 svelte-filepond issues
Sort by recently updated
recently updated
newest added

Using `svelte-filepond` with typescript causes the error `Cannot resolve definitions for module 'svelte-filepond'`. The type definitions aren't available at `@types/svelte-filepond` either. A definitions file will be very helpful. Thanks.

I installed fishpond to a svelte template, but when I try dragging and dropping a file nothing happens. Clicking on the component however seems to work and allows me to...

**Describe the bug** Following the example in this repo, I get 404s when importing the CSS files: **Logs** ``` GET http://localhost:3000/filepond-plugin-image-preview/dist/filepond-plugin-image-preview.css net::ERR_ABORTED 404 (Not Found) create:1 GET http://localhost:3000/filepond/dist/filepond.min.css net::ERR_ABORTED 404...

I am seeing the following error while trying to use it (`npm run dev`): `[!] Error: 'registerPlugin' is not exported by node_modules/filepond/dist/filepond.js, imported by node_modules/svelte-filepond/src/index.js ` Versions - "filepond": "^4.21.0"...

**Is your feature request related to a problem? Please describe.** Filepond offers the ability to equip each file with metadata, but this is not part of the svelte repo yet...

**Describe the bug** I have tried to follow the docs at [https://pqina.nl/filepond/docs/api/server/#process](https://pqina.nl/filepond/docs/api/server/#process) to set server options. According to he docs I should put the following in my svelte script: ```js...

Hi! when i submit a file, i want to get, for example, the string 'hey' from the `return { text: 'hey'};` return from the +page.server.js in svelte. But i dont...

Now Svelte 5 is officially in Release Candidate stage. [email protected] produces the following warning: `svelte-filepond/src/Component.svelte:1:16 e 'accessors' option has been deprecated. It will have no effect in runes mode` Beware...