-
So, I'm trying to write an
And I am underwhelmed by that level of explanation. I've used the Browser File API a ton and understand it fairly deeply. But this obviously isn't that. Like - I have this The docs for the memoryHandler upload handler don't help either - again, they just link to MDN, which reminds us that So, digging through the code I figure out that the File polyfill is from https://github.com/remix-run/web-std-io - reading through that code you arrive at |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
A You can work with it differently, whatever you want to do with it, even actually read the plain text. |
Beta Was this translation helpful? Give feedback.
A
File
is also aBlob
. It provides the following API:You can work with it differently, whatever you want to do with it, even actually read the plain text.