I am interested in beilding a web-application in which the application is sitting on the server. When the user runs the application, the application asks for a user-generated input file. How can I access this file from the application sitting on the server?
1. Do I upload the file? OR
2. Can I directly read the file while it is on the client-side?
Also, what is the best way to provide the output file to the user?
