I guess I have found a workaround on Antony's reply:
https://mail.google.com/mail/u/0/?shva=1#search/label%3Aweb2py+upload+component/138ff34d2e7d0039

Anyway is there any ticket to fix this problem?


On Fri, Jan 18, 2013 at 3:58 PM, Tito Garrido <titogarr...@gmail.com> wrote:

> 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).:_______
>



-- 

Linux User #387870
.........____
.... _/_õ|__|
..º[ .-.___.-._| . . . .
.__( o)__( o).:_______

-- 



Reply via email to