I get a picture of an IP camera and display it in a TWebBrowser I would like to save that image to a folder. The generated HTML source code is this:
<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
<img src="http://192.168.25.3/admin/cgi-bin/get_frame.pl">
</body>
</html>