[web2py] Re: upload field and IS_IMAGE

2016-08-19 Thread Kirill Shatalaev
пятница, 19 августа 2016 г., 3:48:12 UTC+4 пользователь 黄祥 написал: > > pls try : > requires = IS_EMPTY_OR([IS_LENGTH(16384), IS_IMAGE() ] ) > > best regards, > stifan > Man, thanks!!! I completely forgot about this validator. Need to sleep more... -- Resources: - http://web2py.com - http://w

[web2py] Re: upload field and IS_IMAGE

2016-08-18 Thread 黄祥
pls try : requires = IS_EMPTY_OR([IS_LENGTH(16384), IS_IMAGE() ] ) best regards, stifan -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this