Hi,
Your file uploader is a great widget and it works like a charm in browsers that contains the xmlHttpRequest 2. But for IE 8/9 doesn't work,i know because it contains just xmlHttpRequest 1,the problem is when i select the file ,it returns 404 error.it will be nice to send me a demo or explanation to solve this problem just in IE 8/9.
cheers
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The various demonstrations on the examples page should function correctly in IE 8/9 (at least they did at one point, I don't have an IE 8/9 environment easily available to verify in right now).
Can you give those a try and let us know if things seem to work correctly there? And if you're still running into trouble, can you clarify when you're getting the 404 error? Is the "swfupload.swf" file not loading and resulting in a 404? Or, are you getting a 404 on the upload request itself?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
i set setAjaxUploadEnabled ON false to force utilize just the SWFUpload/Flash technique .
i put also the logger in servlet,that's take care of upload to ensure if the select file launch the servlet.
so no traces,i can say, it can't locate the servlet so it generates the 404 error.
it works perfectly with other browsers firefox,chrome.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
Your file uploader is a great widget and it works like a charm in browsers that contains the xmlHttpRequest 2. But for IE 8/9 doesn't work,i know because it contains just xmlHttpRequest 1,the problem is when i select the file ,it returns 404 error.it will be nice to send me a demo or explanation to solve this problem just in IE 8/9.
cheers
The various demonstrations on the examples page should function correctly in IE 8/9 (at least they did at one point, I don't have an IE 8/9 environment easily available to verify in right now).
http://www.moxiegroup.com/moxieapps/gwt-uploader/showcase/index.jsp
Can you give those a try and let us know if things seem to work correctly there? And if you're still running into trouble, can you clarify when you're getting the 404 error? Is the "swfupload.swf" file not loading and resulting in a 404? Or, are you getting a 404 on the upload request itself?
i set setAjaxUploadEnabled ON false to force utilize just the SWFUpload/Flash technique .
i put also the logger in servlet,that's take care of upload to ensure if the select file launch the servlet.
so no traces,i can say, it can't locate the servlet so it generates the 404 error.
it works perfectly with other browsers firefox,chrome.