solid-start icon indicating copy to clipboard operation
solid-start copied to clipboard

Add support for files in FormData

Open yonran opened this issue 3 years ago • 0 comments

Pass through enctype=multipart/form-data when submitting an action's Form so that files can be uploaded

In the node adapter, when the request body is multipart/form-data, convert parts that are files to File instead of decoding all the parts as UTF-8 strings. Also add support for multiple values of the same name.

yonran avatar Sep 29 '22 19:09 yonran