Problem in uploading image

nikhilbhate

Registered
Prblem in uploading image using safari. I am trying to upload an image via Java based web application using Safari browser.
Application is deployed on linuix machinae. This functionality is working fine on IE and Mozilla. Please let me what is the fix for this problem.
 
Can you describe what happens when you try to upload? No dialog box pops up with the 'browse' option?
 
It is showing file upload dialog box, but once i locate an image to upload and submit the request, my java application throws an exception. While same functionality is working fine on Windows and Linux .
 
I am developing web application in java and trying to upload image file of type GIF/JPG and of size less than 1KB(aroung 300 bytes).
 
Back
Top