S
Shogun
Does anyone know of a way to programmatically determine if a file is a valid
Office document? Our application allows users to upload files via the web,
but restricts them to particular file types. Although we can look at the
mime-type or the file extension, it doesn't really tell us if the file is
valid or not. Our web server won't have office installed, so we need a way to
validate that the file really is what they say it is.
Thanks
Office document? Our application allows users to upload files via the web,
but restricts them to particular file types. Although we can look at the
mime-type or the file extension, it doesn't really tell us if the file is
valid or not. Our web server won't have office installed, so we need a way to
validate that the file really is what they say it is.
Thanks