Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

How to upload PDF files to a website? Always error messages

  • No replies
  • 2 have this problem
  • 2 views
more options

I made a script for friends to upload PDF files to a website we have. The script is:

<form action="<?php print $_SERVER['PHP_SELF']?>" method="post" enctype="multipart/form-data"> This doesn't work in Firefox; it does in other browsers, even IE. What do I do wrong?

</form>
I made a script for friends to upload PDF files to a website we have. The script is: <form action ="<?php print $_SERVER['PHP_SELF']?>" method="post" enctype="multipart/form-data"> This doesn't work in Firefox; it does in other browsers, even IE. What do I do wrong?