I have written a stand along java program that loads a CSV file with addresses line by line and geocodes them using an API. I have now been given the task of making this program run off a server. I have no experience dealing with servers. Basically what I need to do is the following, 1. Upload the CSV file to the server via a servlet 2. Pass in the file location as a String parameter into my java code via a function call.
Any help would be much appreciated. Thank you.