Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] download progress Re:

From: allen::rebolforces::com at: 30-Sep-2000 13:46

In View you can use request-download USAGE: REQUEST-DOWNLOAD file DESCRIPTION: Request a file download from the net. Show progress. Return none on error. REQUEST-DOWNLOAD is a function value. ARGUMENTS: file -- (Type: url) e.g write/binary %polarcap.jpg request-download http://www.pacificsites.com/~carl/pole/polarcap.jpg or view layout [image load request-download http://www.pacificsites.com/~carl/pole/polarcap.jpg] Cheers, Allen K