Hi, I saw in the database samples, that one needs to use the raw-request-param to save binary data correctly. Now, is it possible to upload multiple files with same request, using the raw-request-param? I wasn't able to achieve this functionality, but got a nullpointer. Here's the critical section from the database descriptor:
<value name="filedata" type="binary">
<mode name="raw-request-param" type="all" set="slave">
<parameter>filedata_*</parameter>
</mode>
</value>
Thanks in advance,
Tuomo
