Http in file limitation

Http in node have "allow file upload" in POST mode which breaks streams.
Is it possible to have "allow stream" and behave excactly same as without "allow file upload" but NOT FAIL SILENTLY if there are files in multipart ? (just pass req to flow)

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.