Java Filepath Question

Posted by JJ Nooby on Stack Overflow See other posts from Stack Overflow or by JJ Nooby
Published on 2010-05-10T21:13:23Z Indexed on 2010/05/10 21:24 UTC
Read the original article Hit count: 226

Filed under:
|

I am trying to finish a java program that uploads a file from a client machine to a webserver. The java program is executed with a bat script. I need to pass in a file name to the java program somehow since the filename is different every time. Or can i somehow use %1 instead of the filepath? I dont know.

© Stack Overflow or respective owner

Related posts about java

Related posts about filepath