Search found 169 matches
- Fri Aug 11, 2017 5:35 pm
- Forum: CrossUI for Web Apps
- Topic: Send form data to CGI script
- Replies: 20
- Views: 45520
Re: Send form data to CGI script
This worked...thanks a lot!
- Fri Aug 11, 2017 1:14 pm
- Forum: CrossUI for Web Apps
- Topic: Send form data to CGI script
- Replies: 20
- Views: 45520
Re: Send form data to CGI script
Let me be more specific:
in my CrossUI app, I have a pane with the file combo and submit button. This sends the selected file. That much works. How can I get feedback from the server script to appear in the pane?
in my CrossUI app, I have a pane with the file combo and submit button. This sends the selected file. That much works. How can I get feedback from the server script to appear in the pane?
- Fri Aug 11, 2017 10:11 am
- Forum: CrossUI for Web Apps
- Topic: Send form data to CGI script
- Replies: 20
- Views: 45520
Re: Send form data to CGI script
Unvortunately, the server is a small embedded device on a closed industrial network and installing another scripting engine isn't possible. My server script can "Print" either plain text or HTML to the client's browser. Can one of those be used to generate a response and how can the client javascrip...
- Thu Aug 10, 2017 5:03 pm
- Forum: CrossUI for Web Apps
- Topic: Send form data to CGI script
- Replies: 20
- Views: 45520
Re: Send form data to CGI script
I got it working...the last remaining problem was in my server script...dooooh!
How can I get status information or the server script's 'Print' output?
How can I get status information or the server script's 'Print' output?
- Thu Aug 10, 2017 3:26 pm
- Forum: CrossUI for Web Apps
- Topic: Send form data to CGI script
- Replies: 20
- Views: 45520
Re: Send form data to CGI script
redacted
- Thu Aug 10, 2017 3:24 pm
- Forum: CrossUI for Web Apps
- Topic: Send form data to CGI script
- Replies: 20
- Views: 45520
Re: Send form data to CGI script
redacted
- Thu Aug 10, 2017 3:21 pm
- Forum: CrossUI for Web Apps
- Topic: Send form data to CGI script
- Replies: 20
- Views: 45520
Re: Send form data to CGI script
Sorry for my scatterbrained mistake...my posting above is the working client HTML form , not the server script. Basically, I have to reproduce the functionality of the HTML code.
- Thu Aug 10, 2017 2:20 pm
- Forum: CrossUI for Web Apps
- Topic: Send form data to CGI script
- Replies: 20
- Views: 45520
Re: Send form data to CGI script
OK, I think I have those issues worked out, but I don't have PHP available on my server, so I need to figure out how to modify it to work with my existing CGI/Perl script, which works. Ignoring funky table formatting, the client HTML functionality looks like this: File Upload <br> <br> <tr> <form me...
- Thu Aug 10, 2017 11:46 am
- Forum: CrossUI for Web Apps
- Topic: Send form data to CGI script
- Replies: 20
- Views: 45520
Re: Send form data to CGI script
Thanks. This might be helpful if I can get it to run When I select "Open Code in CrossUI RAD" I get errors at lines 5 and 44, but it still seems to execute with no console error messages. I tried to modify button code to reference my existing server GGI/Perl script (which will possibly also need mod...
- Wed Aug 09, 2017 3:18 pm
- Forum: CrossUI for Web Apps
- Topic: Send form data to CGI script
- Replies: 20
- Views: 45520
Re: Send form data to CGI script
I saw that thread before. It doesn't seem to come to any conclusion...it just ends.