pixelmund/svemix

Handle file uploads

pixelmund opened this issue · 3 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.