Is there a way to get rid of the flash uploader when uploading files?
Thing is when you use the regular uploader, it works fine, and the file displays the right extension, say "pdf" for example, and the extension is good in the database showing "application/pdf" as well.
But when you use the flash uploader, the file displays a "fla" icon instead of "pdf" and the entry in the database is "application/octet-stream".
How do you correct that to get the correct extension and icon using the flash uploader?
Or how do you get rid of the flash uploader choice when uploading a file?