Browser widget and downloading of files

hh hh at hyperhh.de
Wed Mar 20 17:09:21 EDT 2019


> Tore N. wrote:
> Are there any ways to start a download of a file via a link in
> the browser widget? It works fine in any other browser ...

on browserUnhandledLoadRequest pURl
  -- do your thing with pURL, for example:
  -- use libURL for showing progress
  put url(pURL) into <myLocalFolder>
end browserUnhandledLoadRequest




More information about the use-livecode mailing list