|
|
|
|
|
by bob1029
901 days ago
|
|
How many distinct aspects of your product actually require asynchronous submission of form data? A little bit of javascript/AJAX/etc is perfectly acceptable. We didn't get 100% of the way there with multipart/form because iOS/Safari exists and will crash hard if you try to post big forms. You don't need ReactJS to submit a user input and avoid a page load. This is ~20 lines of vanilla javascript. |
|
I find things like https://stackoverflow.com/questions/10195459/ios-safari-cras... and https://bugs.webkit.org/show_bug.cgi?id=84168, from 2012. Is that still an issue? I find it difficult to imagine you could have a bug that prevents you from submitting a form with even half a megabyte of data being allowed to last for long.