Skip to content

Commit bee8d9f

Browse files
Disable request size limit
1 parent 68ea1d2 commit bee8d9f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Pdf2Html/Controllers/RootController.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ public ActionResult Get()
2828
}
2929

3030
[HttpPost]
31+
[DisableRequestSizeLimit]
3132
public async Task<ActionResult> Post()
3233
{
3334
var inputFile = Path.GetTempFileName();

0 commit comments

Comments
 (0)