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

  • Home
  • SEARCH
  • 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 7400373
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T04:14:25+00:00 2026-05-29T04:14:25+00:00

I just tested this simple php file upload script. Works in all browsers except

  • 0

I just tested this simple php file upload script. Works in all browsers except IE 🙁

IE prints “FILETYPE NOT SUPPORTED” as defined inside code:

if (isset($_POST['add'])) {

  $order = $_POST['display_order'];
  $img = $HTTP_POST_FILES['imagefile']['name'];
  $url = $_POST['url'];

  // CONNECT TO DB
  mysql_connect(localhost,$username,$password);
  @mysql_select_db($database) or die( "Unable to select database");


  $types = array('image/jpeg', 'image/gif', 'image/png', 'image/tiff', 'image/bmp', 'image/pjpeg');  
  $target_path = "media/";
  $target_path = $target_path . basename( $_FILES['imagefile']['name']); 

  if (in_array($_FILES['imagefile']['type'], $types)) {

    if(move_uploaded_file($_FILES['imagefile']['tmp_name'], $target_path)) {

      mysql_query(
        "INSERT INTO slider_luxury
           (display_order, imagefile, url) 
         VALUES
           ('$order', '$img', '$url')"
      );

      header('Location: luxury_slider.php');

    } else {

      echo "There was an error uploading the slide, please try again!"; 

    }

  } else {

    echo "FILETYPE NOT SUPPORTED";

  }  

}
  • 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-29T04:14:26+00:00Added an answer on May 29, 2026 at 4:14 am

    It means that IE send the png with another MIME type than “image/png” which is what you are expecting. Try to add to your array of accepted values:

     image/x-png
    

    Also see this What is the difference between "image/png" and "image/x-png"?.

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

Sidebar

Related Questions

I have a simple image upload script that uses SimpleImage.php (http://www.white-hat-web-design.co.uk/blog/resizing-images-with-php/) to resize and
I have a simple script written to process received email. Here are the tested
I am NOT looking for a plug-in, just need simple jQuery function with regexp.
So I have an extremely simple $.post function that works perfectly in all the
I just tested which type of code is executed by the WinForms Designer in
I just tested Geolocation on Firefox 3.6 and iPhone Safari (os 3.1.3), the result
My MySQL database can store the euro symbol just fine (as I have tested
I have made an Ajax request to a PHP script and that PHP script
I'm new to computer coding and have just finished coding an app and tested
I've just written (in Perl) a simple web service that displays a web form

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.