I'm developing a kiosk application that I would like to have download files to the local filesystem without user interaction. This is easy enough for most things by loading it into the app and saving it out, but I'm hoping there is a more direct-to-disk method, so to speak (or if there's a good way to read in and save that doesn't involve things like re-encoding a jpeg--maybe a read and write bytes something?).
Is this possible? Mind you I don't want any dialog boxes popping up.
Thanks in advance!
-Zeke