This week's book giveaway is in the Programmer Certification forum. We're giving away four copies of OCP Oracle Certified Professional Java SE 21 Developer Study Guide: Exam 1Z0-830 and have Jeanne Boyarsky & Scott Selikoff on-line! See this thread for details.
u did't understand my question... i can read the file and write it to disk... that is no proble... i want to upload the read file to the server.. by the way i m using beans...
You really didn't give us much information to go off of, like what kind of server you have. If you are running a web container with servlets (notice that I'm still not sure), the common solution is to use MultipartRequest/MultipartParser or FileUpload on the server side and a multipart form or HttpClient on the client side.