how upload from remote server?

See all posts Reply

how upload from remote server? new!
by pinit, 17 years, 4 months ago
hello,
great class!

I need to upload an image not from local pc, not from local server but from a remote site (ex. http://www.remotesite.com/image.jpg)

I tried
$MyObject = new upload($remotesiteurl);
but nothing happen (no error, no upload...)

what syntax should i use?

thank you!Reply
Re: how upload from remote server? new!
by colin, 17 years, 4 months ago
Hem, I never tried that actually. I don't have time right now, but I will be checking this out.

*** update
I did check it out, and it is not possible. I don't really want to include this feature in the class, since it can be done better outside of the class.Reply