I'm using a CCTV server that includes an embedded Linux OS and an embedded Apache webserver. I made a webpage that displays the video. What I'd like to do is make another webpage that will save a...
Thank you for your reply, but I'm still having trouble. When I run this, I should always get an alert window, shouldn't I? That isn't happening. And if I try a line like
Thank you for your reply. This runs for about 2 seconds, then I get an 'out of memory' error. Also, the counter remains at 0 until the error appears, then displays a number of about 2500.
I have a script that reads a file, massages it, writes an output file. It takes some time so I want a progress count of how many lines have been processed. But my counter only gets updated after the...