Beep (Browser) when Remote Website receives image file #4119
jsalsburg
started this conversation in
New feature requests
Replies: 2 comments
-
Whatever is used to create a beep would need to run from Javascript, which is what reloads the file. 007 is the old ASCII "bell" character but I have no idea if that would work. |
Beta Was this translation helpful? Give feedback.
0 replies
-
The BEL (07) is interpreted by the terminal window, not a web browser, so outputting it in a web page doesn't work. You can use the JavaScript interface to the html If you get it working, let us know. Questions:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When connected to the Remote Website, I would like my browser to beep when the Web Server successfully receives and posts an image file. When there is a problem pushing the image file, the periodic beep will stop. I assume the html in the Remote Website index.php file might be edited to add this function.
Maybe something like this, but I am guessing...
Beta Was this translation helpful? Give feedback.
All reactions