Click to See Complete Forum and Search --> : PHP Uploads


gruetztian
08-27-2003, 06:46 AM
hello,
i'm sorry that i never thank you for your replies,but i am always terribly busy.However, thanks to all of you for your replies.

My problem today is:

How do i work with (file)Uploads in PHP?
So far i have created a HTML document (like this below) to call up the file-open-dialog in order to pick out a file's path.

<html>

<body>

<form mehtod="post" target="_self" action="add.php">

<input type="file" accept="text/*">
<input type="submit" value="Go">

</body>

</html>

But this is about how far i get by myself...
Which functions i must call to upload the selected file?

pyro
08-27-2003, 07:26 AM
Take a look at http://us2.php.net/manual/en/features.file-upload.php and http://forums.webdeveloper.com/showthread.php?s=&threadid=10236&highlight=upload