Ali Sokkar
Ali Sokkar
Hey Elijjahh, I will look into fixing this issue, in the meantime you could use `getFileLocally` to check if the file exists, `deleteFile` to delete it if it exists and...
I might've overlooked this use case, I have built this library mainly to store files directly in the project. I will remove this warning but please let me know if...
as of now there isn't an official way to do so but it seems like an idea worth exploring
I had similar requests for this function, at first I thought that since it's a basic vue ref with a list inside it I thought that it wouldn't be necessary...
@LasterAlex That actually is a good reason why the need for a clear function would be necessary. although making the user have to add a ref is too much hassle...
@antfu validation solutions might be a reach but the idea of prefilling the info each api route takes is worth exploring. currently Server Routes has the potential to be fully...
this seems like a very important suggestion. I'll look into fixing it soon thanks for the report
are you sure that you're sending the files in Base64? If you're not sure check out the code for the `fileInputHandler` composable
yes, the files are currently being uploaded with Base64, I will add more settings to allow users to alternate between MultipartFormData and Base64
Hey, if it worked for you please let me know and if it worked please close this issue, thanks!