Ali Sokkar
Ali Sokkar
good notice, I'll make sure the library provides the properties soon enough
@bitsnaps please provide a reproduction using [Stackblitz](https://stackblitz.com/edit/nuxt-3). write in the same code that resulted in this issue
@fir3bird oops, seems like I might have forgot to push the updates before the version bump, I'll fix it
I have just updated the package to include all of the fixes, let me know if there's anything else not working, thanks for using and supporting my package!
>```js > const submit = async () => { > const formData= new FormData() > Array.from(filesList.value).forEach((file)=>{ > formData.append('file', file) > }) > // formData.append('file', filesList.value[0]) // upload single file >...
@nowo so do you suggest that the formdata method should be differentiated from the default form list? maybe a different form data ref should be added in this case. if...
Hey @nowo , I decided to make the documentation to a refactored version of this project based on your suggested changes first then implement it, this is what I currently...
looks great! have you tested this locally?
great! sorry for the delay but tomorrow I will test it and push the updates to npm
did you use environment variables to specify the absolute path in vercel? either that or I'm not understanding what you mean by not having access to the path