Hi Folks,
I guess I have found a bug...
db.define_table('test',
Field('pic', 'upload' uploadseparate=True, autodelete=True))
create a function for your component:
def test_function():
form=SQLFORM.grid(db.test)
return dict(form=form)
load your grid via component:
{{=LOAD(f="test_function.load", ajax=True, ajax_trap=True)}}
if you try to upload something it just ignores and does not work...
--
Linux User #387870
.........____
.... _/_õ|__|
..º[ .-.___.-._| . . . .
.__( o)__( o).:_______
--

