File upload on click
Hi.
Is there a way to upload a file via button click in a classic way and not only drag and drop?
3 Replies
Any help is appreciated 🙂
Hi @Emilj. I'm working on a similar thing myself. I'm not seeing anything in Solara, but
solara.v.FileInput
(i.e., ipyvuetify's implementation of vuetify's FileInput
) seems promising. Trying it out now for my app. I'll revisit this post periodically with news 🙂
There's of course ipywidgets.FileUpload
, which you can reach via solara.v.w.FileUpload
. That one's tried and tested mostly.Thanks a lot! I will try them definitely.