cancel
Showing results for 
Search instead for 
Did you mean: 

File Not Found exceptions while file uploading, jsp code in SAP WAS

0 Kudos

Hi,

I have an application having file upload program in jsp which will read the bytes. The application is deployed in SAP WAS.

If i tried to upload the image/file from the browser where SAP WAS is available , i could successfully read the bytes. But when i try to access the application from remote desktop in same domain, i m having file not found exceptions.

Is this behaviour of SAP WAS or do i need to do some thing for file path?

Regards,

Ravi.

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Hi All,

I have resolved the above issue by reading bytes using ENCTYPE="multipart/form-data" in jsp.

Regards,

Ravi.