I have a client/server arrangement which allows the user to submit a data file (picked via a filebrowser) and run the python cgi script. This script writes the output to a file with a default hardcoded filename which the user then moves to wherever they want.
I would prefer to let the user specify the filename themselves using the usual filebrowser dialogue box but cannot get this to work. I would greatly appreciate an example of how to make this work. thanks