View Single Post
  #4  
Old July 10th, 2007
AIX_Dude's Avatar
AIX_Dude Offline
Senior Member
 
Join Date: January 2007
Location: Chesapeake, VA
Posts: 41
Talking Re: Programmatic Upload

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
Reply With Quote