Allow the user to upload images and attachments.
Note: because we can’t post files ‘the AJAX way’
(script can not read the contents of a file input
control, and thus not encode it), we should pop up a
small window where the user can upload his file, and
close it after uploading.
~Grauw