Uploading PDF files

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
wasimasif
Forum Newbie
Posts: 6
Joined: Mon Jan 26, 2004 2:58 am

Uploading PDF files

Post 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
qads
DevNet Resident
Posts: 1199
Joined: Tue Apr 23, 2002 10:02 am
Location: Brisbane

Post by qads »

what about rest of your code? :?
Post Reply