Hi,
I have a PHP script which works as follow:
You print from an application with a special Postscript Printer driver. You print to a file, like C:\temp\test.ps.
When the file is created the default web browser pop up with my PHP start page.
In the moment I have to click on a file dialog, select the file from C:\temp\test.ps and upload it to the web server. Then I can see the file name in a select field.
is it possible to upload the file to the web server without this file dialog?
Or is it possible to see the file at the client site as soon as the browser is started?
regards
Hans