how to save webcam video file in webpage?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
venkatesh.svs
Forum Newbie
Posts: 12
Joined: Wed Jan 06, 2010 1:30 am

how to save webcam video file in webpage?

Post by venkatesh.svs »

through web cam we can take video and i can be stored in our hard disk. this is common way to store our our website.

But my requirement is to store the web cam video file directly in our web page and it is not storing into the hard disk.

how to stored it into our webpage.. can anybody help to solve my problem?
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: how to save webcam video file in webpage?

Post by Christopher »

I am guessing that the computer that hosts your web page is different than the one with the webcam attached? If so, you need to transfer the image to the web page computer using FTP or some other file transfer protocol.
(#10850)
Post Reply