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]

Reply via email to