I want to implement a simple file upload solution for users of a JSPWiki site, and was wondering what the easiest way to go about this might be. The FormInput plugin can create file input elements, but obviously that won't work as the parameters are passed in a Map<String,String>.
Has anyone implemented something like this, or is aware of a WikiFormsPlugin extension that can do this? The end result would be a simple way for users to upload files along with keywords for a simple file storage and retrieval solution. The files would not be associated to particular pages, so using attachments would not really work. Thanks Ulf