Error when uploading MP3 files

  •  05-16-2013, 9:58 AM

    Error when uploading MP3 files

    Hi,

     

    Have been successfully using Ajax Uploader for several months to upload various video and audio files.  The application allows a user to select Video or Audio as a file type so that the code behind can set the Upload ValidateOptions.AllowedFileExtensions to be set accordingly.

     

    Video allows  asf, avi, flv, mov, m4v, mp4, mpg, rm, wmv

    Audio allows  aac, iff, mp3, mpa, ra, wav, wma

     

    I know that .mov, .avi, .wmv, .mpg all work for video files and .wma works for audio files BUT we have now found that when  a .mp3 file is uploaded, we receive the following message once the upload has completed:

     

    The file is corrupt or has an incorrect extension.

     

    This message is being produced by the CuteWebUI_AjaxUploader_OnError javascript function.

     

    All the mp3 files tested play successfully through Windows Media Player and VLC player.

     

    Any ideas?

     

    Regards

     

View Complete Thread