Hi everyone! Theoretically, is it possible for a module to download content from the internet, such as a .jpg? I’m brainstorming ways to support textured panel backgrounds while keeping my core plugin size small. It would be interesting to make a context menu item where the user can specify a URL to a .jpg that would be used for a background texture.
Let your user do the downloading and just provide a way yo load a file. That will be much simpler, and less subject to issues like loading a patch for a performance where you don’t have internet available, (not to mention potential security problems).