Page 1 of 1
uploading a file from a URL
Posted: Fri Jul 14, 2006 6:11 pm
by pelegk1
how can i uppload a file from a URL like in :
http://www.imageshack.us/
thnaks in advance
peleg
Posted: Fri Jul 14, 2006 6:14 pm
by Burrito
search this forum for 'uploading files' I'm sure you'll find plenty.
as a hint:
you'll need to use the $_FILES[] array on the server side once the file has been uploaded.