Closed azhi closed 6 years ago
Plug.Upload struct has a filename field, not file_name
filename
file_name
Noticed it while working on #87: arc docs says store/1 accepts Plug.Upload or map with filename field, but in tests file_name is used.
arc
store/1
Plug.Upload
Plug.Upload struct has a
filename
field, notfile_name
Noticed it while working on #87:
arc
docs saysstore/1
acceptsPlug.Upload
or map withfilename
field, but in testsfile_name
is used.