Open pavelsr opened 4 years ago
When I parse remote file file variable in complete callback is just a string with filename instead of File.
file
complete
complete: function(results, file) { console.log("Parsing complete:", results, file); }
How can I pass File ?
could you elaborate why do you need a File instance?
When I parse remote file
file
variable incomplete
callback is just a string with filename instead of File.How can I pass File ?