|
|
|
|
|
by chrismorgan
902 days ago
|
|
Wow. That’s bonkers. That’s not even large images, that’s just regular photos. Upload a few photos the traditional way and your browser crashes? In 2024? Madness. (I guess the size threshold has increased as device memory has increased.) |
|
This tells me that very few developers are doing things "the old" way or otherwise questioning mainstream technology narratives.
I sometimes find myself wondering if multipart/form is going to be deprecated soon. If you look at the latest Azure Function isolated worker stack, this hasn't even been dealt with yet. I had to grab a 3rd party library to parse these submissions out of my request bodies.
If you have a fancy web socket use case, no problem - we got your back. Want to build a boring LOB business app? Better be ready to start shimming those HTTP post mechanisms.