If want to validators do their stuff, just try
db_app.doc_images.validate_and_insert(... , file=doc)
db_app.doc_images.file.store - just a helper that sanitizes the filename,
adds a unique prefix and saves the file + returns its real (OS) name
So, in your example, the validation happens too late.
On Wednesday, November 21, 2018 at 12:29:07 PM UTC+3, Константин Комков
wrote:
>
> loadDoc = db_app.doc_images.validate_and_insert(person='{0} {1}
> {2}'.format(session.abit_f,session.abit_i,session.abit_o),file=db_app.doc_images.file.store(doc,doc.filename))
> I see another expansion in uploads yet. And loadDoc.errors.as_dict()
> contain {'file','enter valid filename'}.
>
--
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 message because you are subscribed to the Google Groups
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.