I’m finding myself needing to save an external URL (an image file) locally via a SafeCracker form.
The circumstances are thus: I’m fetching a remote XML via Phil Sturgeon’s REST module. The XML has, among other things, a record of an image on the remote server. I need to be able to take various bits of data from that XML and save them as a local entry, and one of those bits is an image. On top of it all, all the fields except for the “Submit” button need to be hidden.
Is this possible?