Skip to content

HTTP Multipart Report Filename #1215

@theBlbDan

Description

@theBlbDan

The report data is being sent as though it were a file but with an empty filename value, thus causing ColdFusion to consume it out of its FORM structure and not pass it to the action page.

It might be helpful to provide an actual filename value or possibly one we can configure?

--%&ACRA_REPORT_DIVIDER&%
Content-Disposition: form-data; name="ACRA_REPORT"; filename=""
Content-Type: application/json

<REPORT_DATA>
--%&ACRA_REPORT_DIVIDER&%
Content-Disposition: form-data; name="ACRA_ATTACHMENT"; filename="INSTALLATION"
Content-Type: application/octet-stream

6e3c7f6f00e452004f6e009e6d00406f7ec77180
--%&ACRA_REPORT_DIVIDER&%--

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions