Issue with Dropzone - size limit

I’ve added dropzone to a form. The form submits properly if I don’t add an image, but if I do I get:

{type: "Error", fileName: "dmxConnect.asp", errorNumber: -2147467259,…}

errorNumber: -2147467259
fileName: “dmxConnect.asp”
message: “maximum request length exceeded”
stack:
type: “Error”

as my error in the browser? Not sure what I’m missing?

Found the solution here:

https://www.dmxzone.com/support/23308/topic/61111/

Had to increase the maximum requesting entity body limit under asp in IIS.

1 Like