Radio UserLand, RSS, Weblog Tools and Design
Steve's script to force upstreaming
Re: Prefs/Upstreaming/Seconds?. When such things happen to me, I use a script to force upstreaming right then. I don't know if you use the Radio App's UI, but here's the script:
local { file; relpath; pc = file.getPathChar ()}; file.getFileDialog ("Which jpeg pix?", @file, "JPEG"); relpath = string.mid (file, sizeOf (user.radio.prefs.wwwFolder) + 1, infinity); relpath = string.replaceAll (relpath, pc, "/"); new (tabletype, @user.radio.settings.files.[file]); new (tabletype, @user.radio.settings.files.[file].upstream); user.radio.settings.files.[file].modified = clock.now (); user.radio.settings.files.[file].relativePath = relpath; system.verbs.builtins.radio.upstream.builtinDrivers.ftp.upstream (@user.radio.settings.files.[file], @system.temp.radio.upstreamSpecCache.["C:\\Program Files\\Radio UserLand\\www\\#upstream.xml"])
You'll need to re-write that last file address for OS.
Steve Hooker
http://www.cybersaps.org/ [Radio UserLand Messages]