Voting

: max(zero, two)?
(Example: nine)

The Note You're Voting On

nimasdj [AT] yahoo [DOT] com
9 years ago
You should never rely on finfo::buffer to get the MimeType of a file, you must always save the file physically or temporariliy and use finfo_open to get MimeType. I tested it with an excell file, with buffer it says octet-stream that is not valid, with finfo_open it says ms-excell as correct.

<< Back to user notes page

To Top