Re: [PHP] can't upload files if extension has more than one dot.

2001-01-26 Thread Richard Lynch

 I am trying to upload the files to the sever. For files that has only one
 dot such as abc.txt and 123.doc, it works fine. But when uploading files
 that have more than one dot such as 123.txt.pdf, there's problem, and I
 tried to echo the $userfile[i], and it is "none". Codes are attached as
 following:

 FORM  name="test" method="post" action="meeting_addDocs.php"

You'll need to post or provide a URL to the source for meeting_addDocs.php
probably

--
Visit the Zend Store at http://www.zend.com/store/
Wanna help me out?  Like Music?  Buy a CD: http://l-i-e.com/artists.htm
Volunteer a little time: http://chatmusic.com/volunteer.htm



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] can't upload files if extension has more than one dot.

2001-01-25 Thread david klein

Hello!

I am trying to upload the files to the sever. For files that has only one 
dot such as abc.txt and 123.doc, it works fine. But when uploading files 
that have more than one dot such as 123.txt.pdf, there's problem, and I 
tried to echo the $userfile[i], and it is "none". Codes are attached as 
following:

FORM  name="test" method="post" action="meeting_addDocs.php" 
enctype="multipart/form-data"
 tr align="center"
   td valign="top" colspan="2"
   input type="file" name="userfile[]" size="18"
   /td
   td valign="top" colspan="2"
   input type="file" name="userfile[]" size="18"
   /td
/tr
/FORM


Thank you very much in advance.
_
Get your FREE download of MSN Explorer at http://explorer.msn.com


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]