7/30/2010 12:29:11 AM
Title:
File Uploading inMAC
Hi everyone,
I m facing an issue in MAC. When i upload files in mac, its always fire IO error.
I am using this code for Uploading:
try
{
var fileType:String = fileRef.type.toLowerCase();
}
catch(e:Error)
{
fileType ="." + (fileRef.name.substr(fileRef.name.lastIndexOf("."),fileRef.name.length)).toLowerCase();
}
Please help me out of this problem.
Thanks in Advance
Regards:
ANKUSH
Tyler
Points: 430
Posts:0
7/30/2010 12:38:25 AM
the error occurs usually when the file is already in use, or the system user does not have sufficient permissions to access that.
7/30/2010 1:48:15 AM
NO this is not the issue Tyler. Plz help me by answering this question ..
7/30/2010 10:47:55 AM
I am also having the same issue , trying to upload using my AIR application but it causes exception but on windows it works fine . Ankush please help me if you find any solution