Forums

Maximum string length when using serialize in Ajax (in Pythonanywhere server)

Hi.

I've developed a web site and I need to pass a very large string via Serialize() to my Django's views.py

Everything goes fine when I try it locally (in my localhost), but when I try to do the same in deploy mode (i.e. when I try to pass it from Pythonanywhere Server) my very long string just doesn't goes to my Views.py (as it does in my localhost).

When I try a shorter string everything is ok, the problem is with very large strings.

Is it some configuration in Pythonanywhere server what is causing this problem or something like that?

how large is this large string? I think we have a 100mb limit.