hello
here i have a code for file transfer that is written in html.
But i want the same to be in the swing format. this code is for file transfer
HTML:
<form ENCTYPE="multipart/form-data" action="/servlet/FileUpLoad" method="POST">
<input name='upfile' type='file'>
<input type="submit" name="Upload" value="Transfer the file">
</form>
please find out the replica for ENCTYPE in
JAVA Thanks
Jack Kharvi