how to pass a file on local m/c to a web app
hi. i need to build a web application which takes a file kept on local m/c, as one of the inputs. How do i do that.
I tried to get the file in my servlet using getParameter(). This works locally but not for web application.
Please advice.

