Hello, it is possible to upload files and that the php code will order these files in numbers. That is, for example I upload many repeated files, others not repeated, and the php code will rename me by numbers in order 1.2.3.4.5.6 .... etc and that works in several directories. What I want is the name of the uploaded files does not depend on the user but depends on the FTP server. But I would have to implement it in the client that uploads those files but uploading them via FTP may be repeated and I would like it to be possible for the server to order them one after the next ... so, as they arrive.