Thanks mdipierro for your help
On May 20, 5:17 pm, mdipierro <[email protected]> wrote: > Yes: > > Field('file','upoad',requires=IS_LENGTH(500*1024)) > > should do the trick. > > On May 20, 9:02 am, Neveen Adel <[email protected]> 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

