Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

How to make a multiload #21

Closed
pir0zh0k opened this issue Oct 6, 2024 · 4 comments
Closed

How to make a multiload #21

pir0zh0k opened this issue Oct 6, 2024 · 4 comments

Comments

@pir0zh0k
Copy link

pir0zh0k commented Oct 6, 2024

I have a need to do a sequential download of several files. Is there a possibility to implement such a thing?
So that the files are not replaced, but added one by one to the array.

@NyllRE
Copy link
Owner

NyllRE commented Oct 9, 2024

I will implement a fix for it to not delete them one by one but in the mean time I suggest you take the useFileStorage.ts composables file and put it in your project and in the handleFileInput composable remove the first line files.value.splice(0)

@pir0zh0k
Copy link
Author

I will implement a fix for it to not delete them one by one but in the mean time I suggest you take the useFileStorage.ts composables file and put it in your project and in the handleFileInput composable remove the first line files.value.splice(0)

Thank's, bro

@NyllRE
Copy link
Owner

NyllRE commented Oct 31, 2024

pushed the fix to #26 and will issue an update to the package soon

@NyllRE
Copy link
Owner

NyllRE commented Nov 7, 2024

issue is fixed with v0.2.9.

Thanks for reporting the issue!

@NyllRE NyllRE closed this as completed Nov 7, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants