Hi,
Is there an easy way to obtain the mime type of uploaded files (i.e. "application/vnd.openxmlformats-officedocument.wordprocessingml.document")? The closest command I've been able to find is FileInfo.Type, but that returns the extension (docx for example).
Ideally I'd like to be able to retrieve the mime type without having to convert the extension to the corresponding mime type.
Hi Sevvandhi,
There's no need to rush it - at the moment I'm just prototyping various features for a new system we're building. I realistically only need it by mid-October; but even then I've got a workaround in place.
Thanks,
Andy