Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Form Payload size #99

Closed
fnfbraga opened this issue Apr 17, 2023 · 7 comments
Closed

Form Payload size #99

fnfbraga opened this issue Apr 17, 2023 · 7 comments
Labels
bug Something isn't working

Comments

@fnfbraga
Copy link

Description
When submitting a form with a payload above a certain size (aprox. 1MB) the __superform_json serialized object gets trimmed and the parsing and validation fail.

@fnfbraga fnfbraga added the bug Something isn't working label Apr 17, 2023
@ciscoheat
Copy link
Owner

This should be fixed now in v0.8, I had to split the serialized string in chunks before sending it to the server. Can you confirm that it works?

@fnfbraga
Copy link
Author

@ciscoheat unfortunatelly I can still reproduce using 0.8.1

@fnfbraga
Copy link
Author

fnfbraga commented Apr 24, 2023

Here's my payload:
payload.json.zip

@ciscoheat
Copy link
Owner

The payload seems incomplete, it looks like it starts in the middle of the serialized string.

@ciscoheat
Copy link
Owner

I really hope this is fixed now with v0.8.2, just released.

@fnfbraga
Copy link
Author

fnfbraga commented Apr 24, 2023

I really hope this is fixed now with v0.8.2, just released.

WORKS 👍

Many thanks @ciscoheat

@ciscoheat
Copy link
Owner

Finally! Closing this now :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants