As Thomas suggested, does your form tag look something like this?
<form method ="post" enctype="multipart/form-data"
action="$link.setAction("YourAction")">
</form>
Vick
On 5/3/07, Thomas Vandahl <[EMAIL PROTECTED]> wrote:
Mark Wassermann wrote:
> 2007-05-03 09:33:41,703 [http-8080-1] DEBUG
> org.apache.turbine.util.parser.DefaultParameterParser - Parameters found
> in the Request:
[...]
> 2007-05-03 09:33:41,703 [http-8080-1] DEBUG
> org.apache.turbine.util.parser.DefaultParameterParser - Key: fd_file ->
> IMG_1905.JPG
This one looks suspicious. It should not be here if the UploadService
had parsed it. Do you have your form content-type set to
"multipart/form-data"?
Bye, Thomas.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]