uploads a file from the user computer

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
adixtopix
Forum Newbie
Posts: 17
Joined: Thu Jun 23, 2005 7:02 am

uploads a file from the user computer

Post by adixtopix »

how can i upload a file from the computer of the user to a directory from my server?
User avatar
Burrito
Spockulator
Posts: 4715
Joined: Wed Feb 04, 2004 8:15 pm
Location: Eden, Utah

Post by Burrito »

try searching the forums...

or try doing a google search...

http://www.netspade.com/articles/php/uploading.xml
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Post by Chris Corbyn »

I'm guessing you mean without the user manually uploading it to you?

Answer... no chance. It's not possible without Java or such and rightly so.
Post Reply