View Single Post
  #4 (permalink)  
Old 10-03-03, 02:43 PM
YourPHPPro's Avatar
YourPHPPro YourPHPPro is offline
Community VIP
 
Join Date: Aug 2003
Posts: 430
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by eddyvlad
There's not error message. The file just won't upload.
It return 0byte. So.. No file were uploaded.
Does $_FILES['userfile']['error'] show anything ?

What about the error/access logs for the web server ?

What does print_r($_FILES); show ?
Reply With Quote