I'm confused where the error is occurring, several questions:

- Is the "Mac-app-converter" giving you an error or is your FileUploader
class giving it?
- What is the FileUploader class in your code below, what's it doing?
- What application are you using to convert the files on the Mac and what is
the format it is converting from/to?

If the error is simply something about the file extension, you can just
change that on the Mac-processed file to test it. On the other hand if your
code is properly receiving the file but the internal format of it is
different that expected (which why I asked about the tool you're using for
conversion and the from/to formats) changing the extension should have no
effect.

On Fri, Jan 23, 2009 at 4:56 AM, Joy <[email protected]> wrote:

> 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...
>
>
> ------------------------------------
>
> --
> Flexcoders Mailing List
> FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Alternative FAQ location:
> https://share.acrobat.com/adc/document.do?docid=942dbdc8-e469-446f-b4cf-1e62079f6847
> Search Archives:
> http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups
> Links
>
>
>
>


-- 
Howard Fore, [email protected]
"The universe tends toward maximum irony. Don't push it." - Jeff Atwood

Reply via email to