Re: 2 different FormFile size restrictions

2006-10-25 Thread Laurie Harper
Marcolino wrote: Hi, a short question: I have a /createShortEntry and a /createLargeEntry. I want to limit filesize for /createShortEntry to 250kb and for /createLargeEntry to 350kb. is this possible in a simple way? Thanks, Markus No, you can only set a max upload size for the application

2 different FormFile size restrictions

2006-10-24 Thread Marcolino
Hi, a short question: I have a /createShortEntry and a /createLargeEntry. I want to limit filesize for /createShortEntry to 250kb and for /createLargeEntry to 350kb. is this possible in a simple way? Thanks, Markus - To un