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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T23:17:36+00:00 2026-05-27T23:17:36+00:00

Currently I am using jQuery to read the value of a file input to

  • 0

Currently I am using jQuery to read the value of a file input to read the file extension and determine if it is a zip file. (It does not matter that I get fakepath as I only need access to the filename.) When I have multiple set on the input tag and I select multiple files .val() only grabs the path of the last file that was selected. Is there any way to iterate through each one?

  • 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-27T23:17:37+00:00Added an answer on May 27, 2026 at 11:17 pm

    The HTML5 File API defines a FileList object which is accessible through the files property of the event target. You could do something like this:

    $("input[type='file']").change(function(e) {
        var fileList = e.target.files;
    });
    

    The FileList object contains a list of File objects, and the name property should give you the name you’re looking for:

    console.log(fileList[0].name);
    

    Here’s a working example.

    Edit

    Previously, I showed the use of the originalEvent property of the jQuery event object. This was unnecessary since the target property is present on the jQuery event object as well as the original event object.

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

Sidebar

Related Questions

I am currently using Valums JQuery File Upload plugin. The plugin is very convenient
I'm currently using jQuery and am looking for a way to slide an image
I'm currently using jQuery to make a div clickable and in this div I
I'm currently using this jQuery validate plugin and having an issue in IE where
I'm currently using the jQuery fullcalendar plugin but I've came across an issue regarding
I'm currently using the following jQuery plugin: jQuery OEmbed. This plugin works great in
I'm currently using two libraries (prototype and jQuery), thus I've implemented the jQuery noConflict
I am currently using PHP/MySQL and the jQuery timeago plugin. Basically, I need to
I am currently working on a web app using Wicket and started using jQuery
I'm using the JQuery AJAX function to deliver data to a PHP doc. Currently,

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.