0

gWidgetsWWW manual indicates that the gfilebrowse widget is written only for local installs.

In my local prototype with gWidgets I was using a technique described here, but as I am trying to build an app that sits on a web server, then what would be the best way to select and upload a file to the server (using gWidgetsWWW) for further processing?

learnr
  • 6,479
  • 4
  • 27
  • 23

1 Answers1

0

In gWidgetsWWW2 the example for gfile shows how this can be done. (https://github.com/jverzani/gWidgetsWWW2) Serving remotely is best done through Rook, despite the scalability issue. I have some ideas on how to improve this, but they aren't more than a proof of concept right now.

jverzani
  • 5,600
  • 2
  • 21
  • 17