uploading a file from a URL

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
pelegk1
Forum Newbie
Posts: 9
Joined: Tue Aug 31, 2004 12:30 am

uploading a file from a URL

Post by pelegk1 »

how can i uppload a file from a URL like in :
http://www.imageshack.us/
thnaks in advance
peleg
User avatar
Burrito
Spockulator
Posts: 4715
Joined: Wed Feb 04, 2004 8:15 pm
Location: Eden, Utah

Post 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.
Post Reply