rejetto forum

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Paranoia

Pages: 1
1
HFS ~ HTTP File Server / Re: [Script] WebCam Shot
« on: December 24, 2015, 11:31:43 AM »
Ofcourse I test it with my script first (.bat). I use Notepad just for simplify code for you.
And when I test it that way:
Code: [Select]
[test]
{.exec|notepad.}{.mime|image/jpeg.}{.load|image.jpg.}
Then I ofcourse have "image.jpg" file, but it's not displayed as I said above.

2
HFS ~ HTTP File Server / Re: [Script] WebCam Shot
« on: December 23, 2015, 12:49:31 AM »
Wow, thank you!
Unfortunately, there is some glitch. I can display image:
Code: [Select]
[test]
{.mime|image/jpeg.}{.load|image.jpg.}
But when I add exec command before it (notepad for test):
Code: [Select]
[test]
{.exec|notepad.}{.mime|image/jpeg.}{.load|image.jpg.}
Then I got corrupted (no image) output (in browser).
Why?

3
HFS ~ HTTP File Server / [Script] WebCam Shot
« on: December 22, 2015, 12:45:53 PM »
Hello. I have Batch script, which make shot from USB WebCamera and write it into JPG file.
And I want share this image via HFS. I add this file into HFS FileSystem, but I should "refresh image" (make shot from WebCam into this file).
How I can run Batch script from HFS when it's necessary? I mean:
  • HFS hook receive "GET /image.jpg request"
  • HFS run batch script (update this image)
  • HFS send answer (image) to browser

4
HTML & templates / Re: Show Image inside page
« on: December 01, 2013, 05:52:02 PM »
Look. I am edit default Template, it's looks like 1.jpg (attachment).
And can I now show selected image like on 2.jpg? It is possible?

5
HTML & templates / Re: Show Image inside page
« on: November 30, 2013, 01:08:04 PM »
Sorry, my English not good. I do not understand completely.
Need to do like on 2.jpg attachment.

Actually, all problem in absence "Back" (previous page) function in Web browser. Need add this button (link) in HTML code, which show image.
Because now user listening my HFS server, select image and got stuck, he can not return back (on previous page, because image show directly, without "Up" button in HTML code).

6
HTML & templates / Re: Show Image inside page
« on: November 29, 2013, 03:07:23 PM »
Thanks, but it very "custom" (another) teamplate. I want just little edit default... but how?

7
HTML & templates / Show Image inside page
« on: November 29, 2013, 01:58:19 PM »
Hello. First of all, thanks for HFS, great application!

I need help with showing images in HFS. Right now, images displayed directly in browser (http://127.0.0.1/images/image.jpg).
How I can show image inside HFS page (fullsize, without any thumbnails and resizings)?

Like in attachment (2.jpg).

Thanks!

Pages: 1