Welcome Guest, Not a member yet? Register   Sign In
saving external image and creating thumbnail locally problem
#4

[eluser]danmontgomery[/eluser]
PHP didn't support opening of remote files with fopen (or include, require, etc) until sometime during PHP4 (4.3, maybe?). It's also dependent on a php.ini setting. You can still fetch the file yourself using fopen, file_get_contents, curl or sockets, save the file locally, then proceed normally.


Messages In This Thread
saving external image and creating thumbnail locally problem - by El Forum - 06-21-2010, 02:23 PM



Theme © iAndrew 2016 - Forum software by © MyBB