I´m beginner in python. I would like to know how to import a file (.xls or .csv) into a webpage like "http://www.naturfreunde-oberkochen.de/demos/simpledemo/index.php". Instead of manually selecting a file and upload into a webpage. I´m trying to provide the filename through script and import the file into webpage using python script. In this page source there is something like </object>. If i click on the button then it is getting data from another js file. How to handle here to import file.
I´m able to get the page source of webpage but dont know how to move forward.