[web2py] Re: Prepping upload file browser

2016-02-22 Thread Dave S
On Monday, February 22, 2016 at 7:32:32 AM UTC-8, Leonel Câmara wrote: > > I realize that Dave, but the best you can do is to use webkitdirectory and > let the user's pick the directory themselves. > At least this isn't a showstopper ;-} Thanks. /dps -- Resources: - http://web2py.com - h

[web2py] Re: Prepping upload file browser

2016-02-22 Thread Leonel Câmara
I realize that Dave, but the best you can do is to use webkitdirectory and let the user's pick the directory themselves. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Repo

[web2py] Re: Prepping upload file browser

2016-02-22 Thread Dave S
On Saturday, February 20, 2016 at 6:45:14 AM UTC-8, Val K wrote: > > It's possible - just write your own browser ;) > You can't access the file system from any browser due to security reasons > Obviously the file picker is accessing the file system. I just want to give it a hint. /dps > >

[web2py] Re: Prepping upload file browser

2016-02-20 Thread Val K
It's possible - just write your own browser ;) You can't access the file system from any browser due to security reasons On Saturday, February 20, 2016 at 4:25:46 AM UTC+3, Dave S wrote: > > Using SQLFORM for a table with a Field('x', 'upload'), is there a way to > tell the file chooser widget w

[web2py] Re: Prepping upload file browser

2016-02-20 Thread Leonel Câmara
No that's not possible with regular HTML/javascript. -- 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