I need to make this into a post statement to take a command line file and automagically upload it to IBM.
Enter the name of the MDS survey file:
<br>
<form enctype="multipart/form-data" action="/webapp/set2/mds/mds" method="post" name="getfile">
<input type="file" name="mdsData" value="file.txt" size=30>
<p>
<input type="submit" name="sendfile" value="Upload file">
Anyone got any ideas?
I not a coder
