Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Brian Johansen 2 posts 92 karma points
    Apr 11, 2023 @ 12:30
    Brian Johansen
    0

    Uploading data to the Umbraco website

    Hello all,

    We have been successfully using the Azure KUDU API to upload data directly to our Umbraco website (without using Umbraco backoffice). More specifically we use the API zip endpoint to do this.

    But as our data package has grown to app. 600MB, we now face an error: "413 Request Entity Too Large cloudflare"

    Data packages size of 300MB has worked fine in the past, so I believe the limitation is somewhere between 300-600MB.

    I don't think this is a limitation in the API, but rather a limit that is enforced by Cloudflare/Microsoft. So it's really not an Umbraco problem either.

    Does anyone here know if this limit can be changed, or does anyone have a better method of uploading "large" data packages ?

    Thanks.

    Brian

  • Huw Reddick 1929 posts 6697 karma points MVP 2x c-trib
    Apr 11, 2023 @ 16:19
  • Brian Johansen 2 posts 92 karma points
    Apr 12, 2023 @ 11:13
    Brian Johansen
    100

    Hi Huw,

    Thanks for the link, that makes sense.

    As a workaround we have chosen to split our zip file into parts of 200MB chunks instead. This allows us to use the api/zip function without hitting the limit.

    Best regards Brian

Please Sign in or register to post replies

Write your reply to:

Draft