I recently switched from nodejs to deno and came to use this library for form parsing as alternative to formiddable. It seems that there is no filepath property for a file if sent from a form. Why is that ? Formiddable seems to have it and this is now not allowing me to read file and send as buffer. i have tried working with Uint8array but sending it as base64 has some complications that dont get resolved.
I recently switched from nodejs to deno and came to use this library for form parsing as alternative to formiddable. It seems that there is no filepath property for a file if sent from a form. Why is that ? Formiddable seems to have it and this is now not allowing me to read file and send as buffer. i have tried working with Uint8array but sending it as base64 has some complications that dont get resolved.