Ali Sokkar
Ali Sokkar
@BayBreezy Come on bro don't leave me on read like that 😅
File uploads with this module works with Base64 only, which means trying to retrieve files through `readMultipartFormData` won't work. Here is a working example: https://stackblitz.com/edit/nuxt-file-storage-example?file=app.vue
I feel like this might be an issue on your side, try to run "nuxt prepare" or reinstall npm packages and if it still percists try to make a reproduction...
@JasonLinn @BayBreezy Please provide reproductions using stackblitz similar to the one I made so I can properly identify the issue you are facing because as far as my reproductions went...
You are trying to retrieve the file using `multipartFormData` as I said previously this is not supported by the library currently, there are plans to support both `multipart` and `Base64`...
No need to close it, I will keep it as a reminder for what needs to be done for the next version, on the release of nuxt fs 1.0.0 I...
absolutely not 😅 the thing that is making me take my time is to make sure everything is backwards compatible. the worst feeling I had is when I update some...
I've been facing a ton of issues with i18n, it definitely needs reworking