Jaxel
Well-known member
I am using the following code to copy an SVG image from a URL to my server:
This used to work... but now it just stuffs an empty file into test.svg. Any ideas on how to fix this?
Code:
\XF\Util\File::copyFileToAbstractedPath('https://8wayrun.challonge.com/jdome21sc6.svg', 'data://test.svg');
This used to work... but now it just stuffs an empty file into test.svg. Any ideas on how to fix this?