Hi All,
We are also getting the same Error ( The same Upload feature worked
fine when we used the Flex2, Flex3 Beta 1 and 2 versions..)
[ERROR]
Error #2044: Unhandled IOErrorEvent:. text=Error #2038: File I/O Error.
at MyUpload/browseAndUpload()
at MyUpload/___Button1_click()
[/ERROR]
Regards
Mars
--- In [email protected], "Joe" <[EMAIL PROTECTED]> wrote:
>
> Hello all,
>
> I am using java servlet url as my image uploading url. I can upload
successfully under Flex 2. As
>
> private function selectHandler(event:Event):void
> {
> var file:FileReference = FileReference(event.target);
> uploadURL.url = "/myUpload?filename=" + file.name +
"&myfolder=C:\\xampp\\htdocs\\template\\";
> }
>
> However, after I change to Flex 3, I meet this error
>
> Error #2044: Unhandled IOErrorEvent:. text=Error #2038: File I/O Error.
> at
component::editLaptop/btnNewClicked()[C:\testlc\webapps\ROOT\mc2salekit\component\editLaptop.mxml:247]
> at
component::editLaptop/__btnNew_click()[C:\testlc\webapps\ROOT\mc2salekit\component\editLaptop.mxml:480]
>
> What should I notice when I convert as 3 code from flex 2 to flex 3
to avoid this?
>
> Thank you in advance.
>
> Regards,
>
> Joe
>