View Full Version : Problem in uploading image
nikhilbhate
May 16th, 2008, 05:34 AM
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.
Natobasso
May 16th, 2008, 03:09 PM
Can you describe what happens when you try to upload? No dialog box pops up with the 'browse' option?
nikhilbhate
May 19th, 2008, 12:14 AM
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 .
Natobasso
May 19th, 2008, 12:37 AM
What site are you uploading to? Do they have a filesize limit? What file are you uploading?
nikhilbhate
May 19th, 2008, 12:39 AM
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).
Natobasso
May 19th, 2008, 12:43 AM
Here's a page describing how Safari interacts with java. Maybe this will help you diagnose your issue?
http://developer.apple.com/internet/safari/faq.html
Sounds like your java code isn't jibing with Safari...