Upload images from one server to an other in wordpress
You’ve got a path problem. When the plugin executes, any reference to a file is relative to the plugin folder. Use developer tools (like Firebug) to see the actual request for the jpg file. You’ll see that it is trying to find the jpg file in the plugin folder. Adjust the path to the files. … Read more