ı Can Upload From URL?

See all posts Reply

ı Can Upload From URL? new!
by Yavuz, 13 years, 11 months ago
hi,

i can upload from web server, eg:
$handle = new upload('http://sample.com/image/x.jpg');

How can i....

pls help me.Reply
Re: ı Can Upload From URL? new!
by colin, 13 years, 11 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