Posts by Gustavo Oliveira • 11 points
2 posts
-
-1
votes1
answer40
viewsQ: Http server for Node.js
i installed an http server for Node.js globally to run a web application. When I start the server and try to access by "localhost:8080" it gives message: ERR_INVALID_REDIRECT Even starting the…
-
1
votes1
answer384
viewsQ: Save image captured by webcam from an html page with javascript
Hello, I made a capture with my webcam of an image using javascript and made an appendchild of the url in a div tag in html. How do I save this image to my computer? webcam.js var player =…