I need to upload binary data to a file server. Ideally this needs to be a "behind the scenes" upload, with the user unaware of the fact any files are uploaded. Failing that, displaying a <input type="file"/> like tag, with a default value set would probably be ok.
I've...