You're close, from what i can see....
just remove teh [ ] after the userfile or account for the fact that it is
an array, but if you only have one file then you don't need it...and
secondly, you're not calling your file anythign...you need to provide it a
name....unless it defautls to the tmp_name...but i usaully rename, so i
dno't know if that would work.

what platform are you working with?  If its windows you'll need two \\  and
if its *nix then use /

hth
jd





                                                                                       
                             
                    epeloke@echoma                                                     
                             
                    n.com (Edward        To:     <[EMAIL PROTECTED]>                
                             
                    Peloke)              cc:                                           
                             
                                         Subject:     [PHP-DB] uploading               
                             
                    11/05/2002                                                         
                             
                    03:44 PM                                                           
                             
                                                                                       
                             
                                                                                       
                             




I am playing with uploading files. The names will then be stored in the db.
I have a
simple form:

<form action="upload.php" method="post" enctype="multipart/form-data">
  Send these files:<br>
  <input name="userfile[]" type="file"><br>
   <input type="submit" value="Send files">
</form>

Which calls a php file that just contains this:
copy($_FILES['userfile']['tmp_name'], "\ufiles\");

 This ufiles folder is under my htdocs folder in apache.  I have looked
through the help files in php.net but am just not getting it today.  How do
I simply upload the file?  I tried to move uploaded file function but can't
seem to get that to work also....any ideas would be greatly appreciated!

Thanks,
Eddie


--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php





-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to