| 
        php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits             
             [2001-05-29 03:26 UTC] hysteric at skynet dot be
  [2001-05-31 22:53 UTC] sniper@php.net
  [2001-06-01 04:33 UTC] hysteric at skynet dot be
  [2001-10-28 16:44 UTC] sniper@php.net
  [2001-11-18 10:05 UTC] sander@php.net
  [2002-03-07 11:30 UTC] Juric at netmail dot lv
  | 
    |||||||||||||||||||||||||||||||||||||
            
                 
                Copyright © 2001-2025 The PHP GroupAll rights reserved.  | 
        Last updated: Tue Nov 04 11:00:01 2025 UTC | 
I followed the method in the online manual to set up a small file upload. It works well with some files and fails with some others! if (is_uploaded_file($uploadedFile)) { echo "UPLOAD OK<br>"; ... } else { echo "upload KO"; } I try to rename the files. I tried with files in my c:\ root dir. (local system: winMe) Some will get uploaded some wont!? Tried long/short names Files are about 1-10k large for testing purpose Are there any upload rules ? Thanks in advance