Re: T5: Tapestry-upload and FILESIZE_MAX

2008-08-28 Thread Angelo Chen
My impression is wrong, it uploads up to the max size specified then trigger the exception. of course it will be very nice if it can reject when browser sends the size command. Angelo Chen wrote: > > Hi, > > I use following to limit file size during uploading, it seems to me that > Tapestry-up

T5: Tapestry-upload and FILESIZE_MAX

2008-08-28 Thread Angelo Chen
Hi, I use following to limit file size during uploading, it seems to me that Tapestry-upload first the entire file then decide if the size is greater than 500k, example, if the file is 4mb, it will be accepted first, then reject it afterwards, is this correct? if yes, then is there other way to d