Page 1 of 1

Uploading PDF files

Posted: Mon Jan 26, 2004 2:58 am
by wasimasif
Hello
i am unable to upload PDF files through PHP 4.3.4 the problem is
$_FILES["userfile"]["name"] ="myfile.pdf"
$_FILES["userfile"]["tmp-name"] =""
$_FILES["userfile"]["error"] =2
$_FILES["userfile"]["size"] =0

can any one tell me wht?

wasimasif

Posted: Mon Jan 26, 2004 3:21 am
by qads
what about rest of your code? :?