-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
Description
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&%--