It seems that the keyword-params middleware doesn't accept a map with keys that are keywords instead of strings.
Multipart-params produces such a map on file upload. The input's name is passed as a string, but the hash with the file metadata contains keywords :size, :tempfile, etc.
It seems that the keyword-params middleware doesn't accept a map with keys that are keywords instead of strings.
Multipart-params produces such a map on file upload. The input's name is passed as a string, but the hash with the file metadata contains keywords
:size,:tempfile, etc.