Urgent.News

600+ sources. One page. See who else covered it.

Editions

Tech

Multipart form data isn't as mysterious as it looks

If you've ever uploaded a file from a browser, you've probably encountered multipart/form-data . The name sounds more complicated than it really is. A browser submitting a form might send something conceptually like this: --boundary Content-Disposition: form-data; name="name" Seyi --boundary Content-Disposition: form-data; name="avatar"; filename="photo.jpg" Content-Type: image/jpeg <binary JPEG…

We haven't written up this one. Dev.to has the full story — the link below goes straight to it.

Read the original at dev.to →

More in Tech

Django moves to an annual release cycle

The Django Python web-framework project has announced that it has accepted an annual release cycle proposal . This means that the project is moving from a somewhat complicated schedule that…

More from Monday 10 August →