Simple project to use filepond graphics interface to allow users to upload files on a sveltekit project, uses SvelteKit server actions to save the file on a folder on the server.
In this example the plugin is configured to allow the user to upload photos and videos, and uses filepond plugins to show a preview
You can copy the code and start the development server with:
npm run dev
To create a production version of the app:
npm run build
You can preview the production build with npm run preview
.