Hi friends,
I have one issue related to File reference Class in Flex 3.
I am using file reference object for uploading CSV file by using
var textTypes:FileFilter = new FileFilter("Text Files (*.csv)",
"*.csv");
var allTypes:Array = new Array(textTypes);
private var fileRef:FileReference;
fileRef.browse(allTypes);
I have given restriction that only CSV file selected get selected.
If I am typing some text in “File name” field of Windows File Upload
Dialog and press OPEN, Browser will give its own File Error Dialog can
we handle it by using our own Alert.
Instead of Browser Error Dialog I want to show my own custom Dialog,
is it Possible?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to