Using FormData with Astro
Introduction
Someone recently asked me how to use FormData with Astro, to which I responded I'll create a small document for this (I'll create a pr to add this to the Astro docs a little later).
Getting started
I won't go into detail on what FormData...
blog.okikio.dev9 min read
Tom Golden
web man
Amazing - was trying to work out if Astro supported file upload (and forgot it can done through urlparams+files) - ty!