viz-rs / form-data

AsyncRead/AsyncWrite/Stream for `multipart/form-data`. Implemented rfc7578

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Doesn't handle filenames with spaces (it ignores the part before the space)

Zerowalker opened this issue · comments

As title says.
Not sure if it's a bug or if i am missing how to handle it on the client side.

Basically if the filename is: "Foo bar.txt" the filename received will be "bar.txt"

Currently, just only supports on server side.

Released in v0.2.4.

it's on the server side, so i am sending from browser/javascript and rust server receiving so to speak.

You can reopen it, if it cant fix your issue.

It seems to work, i can't even get it to not work even with older versions now, odd but great!