Is it possible to upload from URL

See all posts Reply

Is it possible to upload from URL new!
by schwim, 13 years, 8 months ago
Hi there,

I am using your upload class for a classifieds system I wrote for an enthusiast site that I run. During testing a couple of the users asked how they could upload an image from a URL instead of from their computer.

Is this possible? It seems like all of the processing would be the same, but I'm not sure how to get it to pull from another location instead of a browse box, if this is at all possible.

Any thoughts you have on the matter would be greatly appreciated. Thank you very much for the fantastic script as well. It's amazing.

thanks,
jsonReply
Re: Is it possible to upload from URL new!
by colin, 13 years, 8 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