> If you're using JSP >= 2.0 (for example Tomcat >= 5.0), you can avoid that
> old <%= notation.
>
> Instead, you can write:
>
> <xf:submission action="URL?file=${request.file}"/>
Hi,
Thank you, I needed exactly this. However, instead of ${request.file},
we need to write ${param.file} (that's what I figured out).
Thanks again,
Laszlo