2011/10/28 Yang Li
<yang.lee.cool(a)gmail.com>om>:
于 2011/10/28 17:35, Thomas Mortagne 写道:
> Sorry it's
>
>
> <%
>
> println "filename=" + request.get("filename")
> println "confirm=" + request.get("confirm")
>
> %>
Now I got
filename=null confirm=null
I put xxxx.xar into the text box and checked Import all!
I really don't
understand what could happen, that's a basic html form.
Look like in your case the browser just reload the page without the
parameters from the form.
What browser are you using ?
Is it to put the two prints at the very begginning? or should them be
somewhere else?