What I find even weirder, is that when i set services.UploadService.automatic
to false, then my action is not executed either!? Can I do something about
this?

Thanks,

g

-----Original Message-----
From: Weaver, Scott [mailto:[EMAIL PROTECTED]
Sent: mardi 18 novembre 2003 20:24
To: 'Jetspeed Users List'
Subject: RE: upload


You will need to adjust the max file size allowed for upload

Example:

#
# The maximum size of a request that will be processed.
#
services.UploadService.size.max=104857600

Unfortunately, the Turbine servlet likes to swallow the upload service's
error making this issue incredibly hard to debug.  This error also prevents
actions from being processed correctly, but I'm sure you figured that out
already ;)


Hth,
*================================* 
| Scott T Weaver                 |
| <[EMAIL PROTECTED]>            | 
| Apache Jetspeed Portal Project |
| Apache Pluto Portlet Container |
*================================*

> -----Original Message-----
> From: Gregory Joseph [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, November 18, 2003 1:59 PM
> To: Jetspeed Users List
> Subject: upload
> 
> Hi list,
> 
> I'm trying to upload files in one of my portlets:
> It works fine, until i try to upload a too large file: unfortunately in
> that
> case the doBlah method of my action is not even called: i just get some
> log
> statements that tell me the file was too large.
> 
> If in my custom properties file i set services.UploadService.automatic to
> false, then my doBlah method is not called either, for some reason ... !?
> 
> So I don't see how I could control the size of the uploaded file to at
> least
> give a message to the user to tell the file was too large!
> 
> Any clue?
> 
> Thanks
> 
> greg
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

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

Reply via email to