Change HTTP output file name?

Questions? Suggestions? Need help? Talk about anything related to Yawcam...
Post Reply
qtipextra
Posts: 1
Joined: Fri Jul 01, 2016 6:33 pm

Change HTTP output file name?

Post by qtipextra »

I'm working with the HTTP part of yawcam. In my html file, the referenced image is called as "out.jpg" but I do not see this file in the directory.

Code: Select all

<A HREF="out.jpg">
I assume "out.jpg" is a placeholder name to load a current image when the page is loaded. My question is, though, how can I change this output name? Instead of calling "out.jpg" in the html file, I would like to call it something like "yawcam.jpg" and call that from my html file instead of using the filename out.jpg.

Code: Select all

<A HREF="yawcam.jpg">
Thanks for any help!
z3r0c00l12
Moderator
Posts: 1210
Joined: Wed Jan 14, 2009 3:50 am

Re: Change HTTP output file name?

Post by z3r0c00l12 »

That name is in the internal code for Yawcam, you won't be able to change that.
Post Reply