Hi xelf

Just have a look at this link
http://livedocs.adobe.com/flex/2/langref/flash/net/FileReference.html

In this, there is one event named select. This might solve your problem.

Regards
Gagan


2009/3/12 xelf <samjayan...@gmail.com>

>
> 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 flex_india@googlegroups.com
To unsubscribe from this group, send email to 
flex_india+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to