Mercurial > p > roundup > code
diff CHANGES.txt @ 5065:47ab150b7325
Allow multiple file uploads
If the html template specifies multiple="multiple" for a file upload
the user can attach multiple files and the form parser now handles this.
| author | Ralf Schlatterbeck <rsc@runtux.com> |
|---|---|
| date | Mon, 30 May 2016 17:23:35 +0200 |
| parents | 46da0db55545 |
| children | e424987d294a |
line wrap: on
line diff
--- a/CHANGES.txt Tue May 10 16:27:45 2016 +0200 +++ b/CHANGES.txt Mon May 30 17:23:35 2016 +0200 @@ -25,6 +25,9 @@ - New Link/Multilink property attribute 'msg_header_property', can be used to configure additional headers in outgoing emails. See documentation in ``doc/customizing.txt``. (Ralf Schlatterbeck) +- Allow multiple file uploads: If the html template specifies + multiple="multiple" for a file upload the user can attach multiple + files and the form parser now handles this. (Ralf Schlatterbeck) Fixed:
