pixelmund / svemix

The Full-Stack addition to SvelteKit. Write your server code inside svelte files, handle sessions, forms and SEO easily.
https://svemix.com
MIT License
336 stars 16 forks source link

Handle file uploads #8

Closed pixelmund closed 2 years ago

pixelmund commented 2 years ago

There could be a way to handle file uploads, unfortunately SvelteKit errors on multipart requests. Maybe we'll have to wait or find a way to solve this in Kit.

For reference #70

pixelmund commented 2 years ago

Thought about this more, i think there is currently no way to do is other than waiting for the implementation in SvelteKit.

pixelmund commented 2 years ago

I have a pending PR in Kit that will make file uploads very easy: #3086

pixelmund commented 2 years ago

Closing this here, we just have to wait until kit brings something up.