HI friends
I want to know how to upload a file in java.
After submitting the selected file should be copied in a folder created by us only.
I mean first we need to select a file using browse,then after submitting the selected file should be placed in a folder ,this
folder should be created by us only using mkdir();
Can any one send me the code to upload a file.
Thanks in advance