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 8010207
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T18:40:08+00:00 2026-06-04T18:40:08+00:00

When using Valum’s AJAX Uploader and IE9, you may do some backend stuff like

  • 0

When using Valum’s AJAX Uploader and IE9, you may do some backend stuff like adding the name of the file to the database. In every browser, the stock Valum’s PHP script works just fine. But if you are using IE9, you will get errors when trying get the name of the file. Below is a resolution.

  • 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-06-04T18:40:09+00:00Added an answer on June 4, 2026 at 6:40 pm

    In the qqUploadedFileXhr.php, there is a save($path) function. In it, there is another function called getName(). Replace it with the following:

    function getName() {
        if (isset($_GET['qqfile'])) {
            return $_GET['qqfile'];
        } elseif (isset($_FILES['qqfile'])) {
            return $_FILES['qqfile']['name'];
        }
    }
    

    IE9 uses $_FILES when uploading, not $_GET, so we need to check for that. So if $_FILES is set, we return the name of the file. Simple, works. Took me forever to figure out, so hopefully this helps you!

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

Sidebar

Related Questions

I'm using valums ajax file-uploader My nodejs server side looks like this: fileStream =
I'm using Valum's AJAX uploader, which is quite nice. I have a form that
When using Valums Ajax file uploader, how can I trigger the upload? The default
I would like create a database using value from a variable. Here my script
I am trying to use Valum's Ajax Upload to do file uploads on a
i'm using Valums Ajax uploader. all works great in Mozilla with this code: View:
I am using the Valums Ajax Uploader to upload a batch of files. We
I'm trying to do a ajax file upload using django. I am trying to
I am using Valum file upload plugin in my website as well as jquery-ui
I am using valums file uploader. But I want to initiate a checkbox, to

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.