I am new to web programming in python.
I want to use twisted in order to create a simple web server capable to execute different actions on a file submitted from a web interface.
Therefore, my server should expose a input file form. Users should browse a file from the system and on clicking submit button, the web server to be able to play with this file. The problem is I don't know how to take the full path of the file in order to play with it. HTML return only the name of the file.
I appreciate any suggestion.
Thanks,
Robert
I want to use twisted in order to create a simple web server capable to execute different actions on a file submitted from a web interface.
Therefore, my server should expose a input file form. Users should browse a file from the system and on clicking submit button, the web server to be able to play with this file. The problem is I don't know how to take the full path of the file in order to play with it. HTML return only the name of the file.
I appreciate any suggestion.
Thanks,
Robert