Re: [Paraview] PV client-server: browsing remote files

2018-01-06 Thread Utkarsh Ayachit
Robert, Sorry I missed the email earlier. What you have as an alternative is indeed a reasonable approach. Once can also use ParaView's infrastructure used by the file dialog, but it's a little clunky currently, since it needs to be pythonified for easier user. Here's how you'd do this with

Re: [Paraview] PV client-server: browsing remote files

2018-01-06 Thread Sebastien Jourdain
You can find another way to do it here as well: https://github.com/Kitware/ParaView/blob/master/Web/Python/paraview/web/protocols.py#L2692-L2695 https://github.com/Kitware/ParaView/blob/master/Web/Python/paraview/web/protocols.py#L2715-L2716 [...] On Sat, Jan 6, 2018 at 12:03 PM, Utkarsh Ayachit