Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
PDSLLabs Public
QMSL
PDFGenerator QMSL
Commits
18e6082c
Commit
18e6082c
authored
Dec 17, 2020
by
Julia Dürselen
🚒
Browse files
Set request limit to 100mb
parent
ba7c284a
Pipeline
#378770
passed with stage
in 18 seconds
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
pdf-generator/Controllers/EvaluationReportController.cs
View file @
18e6082c
...
...
@@ -31,6 +31,7 @@ namespace PDFGenerator.Controllers
/// <param name="evaluationReport">Evaluation report for which the PDF should be rendered.</param>
/// <returns>the PDF document as byte array</returns>
[
HttpPost
(
"RenderReport"
)]
[
RequestSizeLimit
(
100000000
)]
public
byte
[]
RenderReport
([
FromBody
]
PDFGenerator
.
Models
.
EvaluationReport
evaluationReport
)
{
_logger
.
Log
(
LogLevel
.
Debug
,
"Start rendering pdf report."
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment