|
#1
| |||
| |||
| Problem in uploading image 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. |
|
#2
| ||||
| ||||
| Can you describe what happens when you try to upload? No dialog box pops up with the 'browse' option?
__________________ Powerpoint is not a design application |
|
#3
| |||
| |||
| 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 . |
|
#4
| ||||
| ||||
| What site are you uploading to? Do they have a filesize limit? What file are you uploading?
__________________ Powerpoint is not a design application |
|
#5
| |||
| |||
| 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). |
|
#6
| ||||
| ||||
| 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...
__________________ Powerpoint is not a design application |