[Question] Get a file from url #5171
Unanswered
jakubMitura14
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Question
Hello I have web app with audio recorder. Audio recorder return blob - for example """blob:http://127.0.0.1:35601/53c42a72-2546-4e9a-8bde-32c65d3370a1""" I can open the url via page.launch_url but I do not know how to download it into the file onto the server ; or get an object on the server (In the end I want to run recording multiple times pass info to trascriber model and print the spoken text).
Problem is I need to use webapp as app is running in docker on server and frontend is on other computer.
Code sample
Error message
No response
------------------------------------------------------
Beta Was this translation helpful? Give feedback.
All reactions