pixelmund / svemix

The Full-Stack addition to SvelteKit. Write your server code inside svelte files, handle sessions, forms and SEO easily.

Home Page:https://svemix.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Handle file uploads

pixelmund opened this issue · comments

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

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

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

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