Paul Bowler wrote:
My cocoon application works fine using Jetty on Win XP, but as soon as I move it to the Linux production box (using the same version of cocoon and Jetty with identical configurations) my FileUpload action fails.

The code to get the File from the request object is:

Request request = ObjectModelHelper.getRequest(objectModel);
Part part = (Part) request.get("filename");

On XP the 'Part' object is gathered correctly. On Linux it is null.

Is allow-uploads set correctly in web.xml on the linux box?


Geoff


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



Reply via email to