How to check if XMLHttpRequest's send() supports File
- by Jaka Jancar
Safari's XMLHttpRequest's send() method supports a File argument. Firefox does not (yet).
How can I check if this is supported? In Firefox, it will just behave as if an empty string was passed.
I'm trying to avoid doing browser version detection.