From 2482bdf913a1aa2307420d57040f7af6903264e2 Mon Sep 17 00:00:00 2001 From: Kalle Olavi Niemitalo Date: Fri, 6 Jun 2008 09:43:51 +0300 Subject: [PATCH] 1008: NEWS entry --- NEWS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NEWS b/NEWS index d4448cc9..2f07bf96 100644 --- a/NEWS +++ b/NEWS @@ -25,6 +25,12 @@ Miscellaneous: * bug 963: New option document.css.ignore_display_none. * bug 977: Fixed crash when opening in new tab a non link with onclick attribute. +* bug 1008: File upload fields in HTML forms now stream the files to + the server, instead of reading them to memory in advance. This lets + you upload larger files. The downsides are that ELinks may use a + cached response even if you have modified a file between requests, + and that ELinks can send inconsistent data if you modify a file + while it is being uploaded. * Really retry forever when connection.retries = 0. * enhancement: Session-specific options. Any options changed with toggle-* actions no longer affect other tabs or other terminals.