Hi All,
I am facing issue with Mozilla Firefox browser on https.
We have Flex application hosted in tomcat secured mode (https) in
which we provide the functionality of upload .csv file. Which works
fine in IE but the same is not working in Mozilla it giving me the
following error?
Error #2044: Unhandled IOErrorEvent:. text=Error #2038: File I/O
Error.
at com.datki.fileio::FileUpload/initBrouseDlg()
at UserManagement/::showWarning()
at flash.events::EventDispatcher/
flash.events:EventDispatcher::dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at mx.core::UIComponent/dispatchEvent()
at mx.controls.alertClasses::AlertForm/::removeAlert()
at mx.controls.alertClasses::AlertForm/::clickHandler()
After some investigation I found some information on web which says
this is some problem related to browser cookies but even after making
the changes suggested over there It still not working in Mozilla and
throwing the same error. Please check the following link
http://thanksmister.com/?p=59
As File upload is very common functionality, therefore there should
be some solution on it.
Can anyone help me out to resolve the issue of file uploading in
Mozilla browser in security mode (htts).
- Milind