Allow uploading files from eww
commitfca2f70380dcb054497470aaf8eda6173063928e
authorKenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
Mon, 10 Nov 2014 21:33:55 +0000 (10 22:33 +0100)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Mon, 10 Nov 2014 21:33:55 +0000 (10 22:33 +0100)
treeaf195d71b9833dc0e47488aa7402bd541330cad0
parent14fe3679c9b26b29872525c85f3278ecb50c8eac
Allow uploading files from eww

2014-11-10  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>

        * net/eww.el(eww-form-file(defface)): New defface of file upload form.
        (eww-submit-file): New key map of file upload.
        (eww-form-file): New file upload button and file name context.
        (eww-select-file): Select file and display selected file name.
        (eww-tag-input): Handle input tag of file type.
        (eww-update-field): Add point offset.
        (eww-submit): Add submit with multipart/form-data.

        * gnus/mm-url.el (mm-url-encode-multipart-form-data):
        Restore to handle "multipart/form-data" by eww.
lisp/ChangeLog
lisp/gnus/ChangeLog
lisp/gnus/mm-url.el
lisp/net/eww.el