I had similar problems with fileupload last weekend.
At first I thought that it could be caused by a filter that I have in
front of my app - prints the URI and all params to the console - does
the processing before analising multipart data.
But I modified the filter to get/print that info after processing the action.
I even disabled the filter - it did not fix it.
I had no exceptions.
The params were just not set.

Now it seems to work but I am really not sure what exactly fixed the issue.
I am using the default config, commons-upload with S2.0.4.

Dariusz Wojtas

On 1/30/07, bob <[EMAIL PROTECTED]> wrote:




Hi.  I am having some strange problems when using the file upload interceptor.  
When I use the file upload, I experience an extremely erratic behaviour where 
sometimes my request params get set on my action and sometimes they do not.  
All params from my form are either there or not there; this means that when 
they make it through to my action, its all of them -- both the non file upload 
related ones as well as the File itself.

Anyone else seeing this?  I removed the file upload part and the transfer of 
params works perfectly, so its something there.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to