Jian Fu wrote:
> Oh, btw, I use PHP ftp function to upload the file, but there is no
> information in $_FILES to tell me the total page for Word or PDF file. 

As Stefan said, there is no way for php to know that number - no matter
whether you upload it through a form or through ftp.

If you want to find out how to use the ftp functions, look at the manual
first - http://www.php.net/ftp

If you have any questions after that send them through.

-- 
Postgresql & php tutorials
http://www.designmagick.com/

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

Reply via email to