Uh oh!
There was an error while loading. Please reload this page.
Added multipart support - #18
Conversation
cboden
commented
Jan 25, 2015
As stated in this comment I don't feel multi-part handling should be tightly coupled to the filesystem, I think providing indirection to the developer to pipe to the filesystem or another socket would be better. That is just my thought I'm open to opinions. |
WyriHaximus
commented
Feb 13, 2015
I'm with @cboden on this. Using streams empowers the developer to handle the uploaded file in a desired way for the project. |
clue
commented
Feb 10, 2017
Thanks for filing this PR @arunpoude and I really appreciate your effortl 👍 I think this addresses a real issue, but I'd rather address parsing via #105. That ticket also mentions quite a few pitfalls that I don't see being addressed in this PR. This is kind of an old PR and it contains plenty of merge conflicts now. Unfortunately, this hasn't been updated in years, so I'll close this due to a lack of feedback. If you think this is still worth addressing, please update this PR or file a new one and we can reconsider this 👍 |
Added multipart support, will work on test cases after we have discussed the implementation.