Hi
I have a Flex-app MP3 uploader, which works fine in Windows-OS. But
when I 'convert' some MP3 files in Mac using some Mac-app-converter,
it says "File not supported" (custom err msg).
Is it something to do with the file-extension, when converted in
Mac-based-app? M not sure.
How do I overcome this issue? Any suggestions?
My code goes something like this:
<common:FileUploader id="musicUploader" width="100%"
fileUploaderFilter="{new Array(new FileFilter('Audio Files(.mp3, .m4a,
.wma, .wav, .aac)', '*.mp3;*.m4a;*.wma;*.wav;*.aac'))}"
fileUploadURL="uploadAudio.php" fileTypeName="audiofile"/>
Suggest please.
Thanks in advance...