Hi, my intention is to upload a file via JSPWiki, but not as an attachment.
I am trying to upload a file, thus I created a form containing a file chooser and a submitbutton. The goal is, that the input file is transferred to the server and then handled by a plugin I wrote.
The plugin just puts the file as a Serializable into a database (which already works, when I read a file from my harddisk). But I am not yet not able to transfer the content of the file as a stream or something like that.
Any experiences how this could work? Best regards Benedikt
