Im not this good to be of any help, but Im very interested in this
conversion, just to let you know, something like this integrated in
web2py would be SUPER

> It Seems The Right One
>
> But i tried to integrate into web2py , only working partially.
> I know it is suppose to run as CGI script (as it used CGITLIB) but i am
> modifying it to work on web2py
> So far it is working for single directory view but cannot upload , open ,
> delete (anything).
>
> Here is my code and what i modified :
>
>
> in Controller :
>
> def json_connector():
>
>     data=connector({
>         'root': '/home/v3ss/Downloads',
>         'URL': URL(r=request,f='call',args=['json','json_connector']),
>         'debug': True,                   # send debug information
>         'dirSize': True,                 # calculate directory sizes
>         'dotFiles': True,                # show files beginning with dot
>         'defaults':{'read':True,
>                     'write':True,
>                     'rm':True}
>
>         }
>     ).run()
>     return data
>
> In elFinder.py :
>
> Diff:
>
> 197,198c197,198
> <               print json.dumps(self._response, indent =
> bool(self._options['debug']))
> <               return  # sys.exit(0)
> ---
>>               #print json.dumps(self._response, indent =
>> bool(self._options['debug']))
>>               return  self._response
>
>
>
> Anyone Succesfully Get it working?
>
> Anyone Wanna help?

Reply via email to