When passing:
<form enctype="multipart/form-data">
React ignores the enctype and doesn't parse it
encType should work. See the list of supported attributes here:
http://facebook.github.io/react/docs/tags-and-attributes.html
Oh, you have to capitalize the T in type though, which is a little annoying.
Most helpful comment
Oh, you have to capitalize the T in type though, which is a little annoying.