hi,
I am trying to upload files from client machine to the server using
java servlet (provided by O' reilly website). The code is working fine with
Tomcat but its not working with websphere. The problem is, because we have set the form enctype='multipart/form-data', request is going as inputstream. This inputstream is becoming empty in websphere in the servlet.
I tried some small example for file upload which is also not working with websphere(but working with tomcat).
thanks in advance
regards,
Satheesh