- Issue created by @eduardo morales alberti
- πͺπΈSpain eduardo morales alberti Spain, πͺπΊ
I read
Given that the file upload limiit might exceed the $_POST limit or be near it, the actual rest of the form submitted data might be skipped so we need some protected against non valid submissions:
So I understand when the POST reaches the limit, the form_id is not set in the form submitted data. But this can be because of the file limit, or other errors, maybe should be the message more clear?
It is difficult for Drupal to determine what happened when PHP truncates post data, because data is missing.
- πͺπΈSpain eduardo morales alberti Spain, πͺπΊ
And what about giving an error like "Missing data on ajax petition", it is more accurate.
- Status changed to Closed: duplicate
7 months ago 5:35pm 25 April 2024 - π¬π§United Kingdom alexpott πͺπΊπ
This is a duplicate of π Error message presented when a BrokenPostRequestException is fired on AJAX submission can be misleading Needs work