Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7520435
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T02:04:12+00:00 2026-05-30T02:04:12+00:00

I am encountering a strange problem with my script which I am testing to

  • 0

I am encountering a strange problem with my script which I am testing to upload PDF files. I can sucessfully upload some pdf files while not the other files, even though they are all pdfs and have .pdf as extension. Can anyone throw some light on this after going thtough my code

HTML PART:

<form enctype="multipart/form-data" action="<?php echo $_SERVER['PHP_SELF']; ?>" method="post">                            
    <input type="file"  name="upload" /><br />        
    <input type="submit" name="submit">  

PHP PART:

  if(isset($_POST['submit'])){
                $output_form = 0;                

                if (($_FILES["upload"]["type"] == "application/pdf")
                    && ($_FILES["upload"]["size"] < 80000)){
                        if (file_exists("upload/" . $_FILES["upload"]["name"]))
                          {
                            echo $_FILES["upload"]["name"] . " already exists. ";
                          }
                          else
                          {
                            move_uploaded_file($_FILES["upload"]["tmp_name"],
                            "upload/" . $_FILES["upload"]["name"]);
                            echo "Stored in: " . "upload/" . $_FILES["upload"]["name"];
                          }                          
                    }else{
                        echo 'Invalid File';
                    }                      
            }

For some files I am getting the output, stored in output. For the others I am getting the message ‘Invalid File’.

Thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-30T02:04:12+00:00Added an answer on May 30, 2026 at 2:04 am

    your code above seems to have a condition that if the filesize is greater than 80000 then it should throw the ‘Invalid file’ error? What size are the ones that fail? I’d be willing to bet if you comment out that condition it’ll work

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm encountering a strange problem when i try to compile a DTO file which
I am dynamically creating CSV files using C#, and I am encountering some strange
I'm writing some mail-processing software in Python that is encountering strange bytes in header
So I am seemingly encountering some strange behavior when using NSString 's -sizeWithFont family
I am encountering a problem with string formatting while trying to get only the
I am encountering a strange problem when attempting to execute a DELETE query agains
I am encountering a strange javascript regex problem on Firefox 3.6 and Chrome 6
I've been encountering some strange behavior when trying to find a key inside a
I´m encountering this problem trying to mock some objects that receive complex lambda expressions
I'm encountering this error while compiling some old VC++ 6.0 source code. error C2632:

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.