[web2py] Re: Upload - need help

2019-01-07 Thread Anthony
On Monday, January 7, 2019 at 8:14:39 AM UTC-5, Weronika Swiechowicz wrote: > > Hi. I am trying to allow the user to upload files using UI. If I cannot > search their filesystem the user will have to upload documents on the > machine where the server is run. That is not very helpful if UI is acce

[web2py] Re: Upload - need help

2019-01-07 Thread Val K
https://developer.mozilla.org/en-US/docs/Web/API/HTMLInputElement/webkitdirectory -- 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 messag

[web2py] Re: Upload - need help

2019-01-07 Thread Val K
https://developer.mozilla.org/en-US/docs/Web/API/File_and_Directory_Entries_API -- 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

[web2py] Re: Upload - need help

2019-01-07 Thread Weronika Swiechowicz
Hi. I am trying to allow the user to upload files using UI. If I cannot search their filesystem the user will have to upload documents on the machine where the server is run. That is not very helpful if UI is accessed remotely. On Sunday, January 6, 2019 at 9:26:13 AM UTC-5, Anthony wrote: > >

[web2py] Re: Upload - need help

2019-01-06 Thread Anthony
The Python code is run on the server, so you cannot use it to check the filesystem on the end user's computer. Further, for security reasons, the browser will not allow you to directly read/access the user's filesystem. What are you trying to do? Anthony On Saturday, January 5, 2019 at 1:16:37