letter case issue with FileFilter on linux
Hi
I posted this question also on actioscript.org forum but noone seems to have a clue.
Here is the description of what i'm doing:
I'm using standard as3 setup to upload files with FileReference object.
I'm calling browse() method on FileReference object instance to allow user to select files.
I'm passing browse() method FileFilter object instance to filter by file extension.
Here is the filter string: *.jpg;*.gif;*.jpeg;*.JPG;*.GIF;*.JPEG
On windows machine i can see files with file extension of both cases: upper and lower But on linux machine only the files with lower case are visible.
I did found on this forum someone quoting from
livedocs.adobe.com/livecycle/es/sdkHelp/common/langref/flash/net/FileFilter.html
A description with Windows file extensions only
A description with Windows file extensions and Macintosh file types
From my experience on linux machine file filter also works and limits the visible files correctly though i doesn't display files with upper case extensions.
I hope here on adobe forums someone will know.
Thanks a lot