Click here to Skip to main content
15,886,578 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am using the recorder.js to record audio, i would like to know if its possible to automatically save the blob into a specified folder on the local disk as soon as the blob is created.
Posted
Comments
Kornfeld Eliyahu Peter 20-May-14 7:24am    
On what platform?
Ignitius 20-May-14 7:36am    
im using javascript and html5
Kornfeld Eliyahu Peter 20-May-14 7:39am    
Inside a browser?
Ignitius 20-May-14 7:44am    
yes

1 solution

By definition web page, that displayed in a browser, can not access the OS - including the file system, and that's for security reasons (imagine MS was putting files on your computer while you are browsing for some answer in MSDN).
However HTML5 includes a File API, that can help you, but be aware - it's only implemented by some and partially...
You may start here: https://developer.mozilla.org/en-US/docs/Web/API/File[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900