Skip to content

Files

Latest commit

author
Jacques Desodt
Jan 9, 2022
754eb89 · Jan 9, 2022

History

History
12 lines (7 loc) · 514 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 514 Bytes

svelte-kit-file-upload-reader

Full example with a simple form, the script (client side), and the upload (server side).

The project uses these packages:
adapter-node, base64-js and fs-extra.

There isn't a lot of CSS and form design here. Not very fun but it works!

Run the server in preview / production mode.

With npm: npm run build, then npm run preview