[Seaside] Choose Directory Window

alexandre bp abalonpe at ulb.ac.be
Sat Dec 4 15:41:16 UTC 2010


Hi,

I'd like to open a new window from my webpage to ask the user to choose a
directory where he wants to save a file.

I tried this:

canvas submitButton

callback:[

fileWindow := FileDialogWindow new.

directoryPath := fileWindow chooseDirectory:'Choose a directory'.];

with:'Choose directory'.


It works but the window is open in pharo and not on my website.
How can I change that?
Thx in advance.
alex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20101204/6d8f6cce/attachment.htm


More information about the seaside mailing list