Looking to see if anyone has had success with getting Shadcn's Form component working when it comes to file uploads for a form that is utilizing a for action to a separate server component. I feel as though I'm coding around a Rubik's cube. Either the way I pass the formData from client to server is not allowed or it is but since the payload is a fileList, File or other types that those values cannot be passed to a server component.
I can share my example but curious if anyone has some exp with this pattern. I've done some searching but seems like a lightly covered combo when you include the need for a file upload.