How can I check if the browser support HTML5 file upload (FormData object)?
var fd = new FormData();
Following the answer from this post, b
You could may be use the workaround provided by this library. https://github.com/francois2metz/html5-formdata