show/hide this revision's text 2 extra tags, caps, etc

Example:

The user login to the webpage => Click on a button
This action starts the executable "CreatePrettyPicture"
The file "prettypicture.jpg" is created on the server
When the user reloads the page the pretty picture "PrettyPicture.jpg" is shown on the page.

If i I could start the application with a parameter it would be even better.

The server is a using debian Debian and as web server I'm using apacheApache. Please let me know if you need more information about the server configuration.

The possibility of several users clicking on the button at the same time is not a part of the problem.

show/hide this revision's text 1

How to start an application on the server from a webpage

Example:

The user login to the webpage => Click on a button
This action starts the executable "CreatePrettyPicture"
The file "prettypicture.jpg" is created on the server
When the user reloads the page the pretty picture "PrettyPicture.jpg" is shown on the page.

If i could start the application with a parameter it would be even better.

The server is a using debian and as web server I'm using apache. Please let me know if you need more information about the server configuration.

The possibility of several users clicking on the button at the same time is not a part of the problem.