I don’t see a module for WebDAV or node.js listed. Are there modules for them?
A file hosting service. The most common one would be Google Drive, but they have a complicated authentication setup. So … ignore that one.
So, other, simpler hosts that offer ftp, local mount, or webdav.
If there’s a module for webdav, then that might work. But, as I mentioned, I didn’t see that listed.
Some webhosts create a local mount. So this would require the PUT to put the files somewhere that is not necessarily a relative path (because you can’t control the mount point).
I think part of the problem is that your original roll out is so closely linked to fission
. This makes it seem like a very niche application that would not be of great interest to most people. But maybe that’s just me. I certainly didn’t realize originally that it could export files automatically.
And then, there’s the terminology of calling it an “uploader”. Which I guess means that it’s uploading to fission. But if you use it locally, it’s more like a “downloader”.
So maybe some other term like, “Image De-embedder”. Or “Put-to-Bedder”. Ok, maybe not those exact terms, but something that helps people see the relevance.
Thanks!