Yes: Field('file','upoad',requires=IS_LENGTH(500*1024))
should do the trick. On May 20, 9:02 am, Neveen Adel <nevo.a...@gmail.com> wrote: > Hello, > > how can i limit uploaded pic size to be not exceed 500 kB? > > My mainly problem is that all uploaded pics saved into folder uploads > and by the time that will cause system failure (because of space)?? > > If there is any solution to this problem ?and if the first question > fix this problem? > > Thanks > > Neveen