Writing about web page http://blog.kevinhoyt.org/2007/05/21/file-upload-with-apollo-and-javascript/
Kevin Hoyt has a nice example here of a directory-watching application, using AIR (Apollo) and Javascript. The application watches a directory on the client machine and when it sees a change (in this case the app looks for image files) it resyncs and uploads any added files to a server.
Ultimately this tool could sit in the system tray and work silently, but AIR is still in beta and that functionality isn’t available yet. I don’t know whether this would be subject to the same authentication-on-upload issues we’ve come across in Flash/Flex either.
Worth reiterating that this app is solely AIR and JS. It’s possible to create AIR apps entirely in a HTML editor if you’re that way inclined – no Flash or Flex required.
