Transload from a URL?

See all posts Reply

Transload from a URL? new!
by Michael Keen, 15 years, 5 months ago
class.php.upload seems to do everything I need, but I'd like to get the image from a different server by providing a URL instead of uploading from my local PC or reading a local file already on the PHP server. I've seen this called "transloading" on another site. Can this feature be added to this package?

Thanks.Reply
Re: Transload from a URL? new!
by colin, 15 years, 5 months ago
This is better done outside the scope of the class, and then using the class on the local file you retrieved.

See these two threads.Reply