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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T02:32:09+00:00 2026-06-09T02:32:09+00:00

I want the user to be able to upload an XML file (using <input

  • 0

I want the user to be able to upload an XML file (using <input type="file">). Let’s say this file is:

<fruit>Watermelon</fruit>
<fruit>Banana</fruit>

After the user uploads this file, the program will use the informations in the XML (in this case, the fruits). Is that possible? Note: I’m a beginner. If you can, please explain me in details. I don’t know how to access uploaded files.

I am using jQuery in this project. If there is not a solution to this problem with jQuery, please tell me what language should I use.

  • 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-09T02:32:12+00:00Added an answer on June 9, 2026 at 2:32 am

    jQuery is a client side library.jQuery executes in your client browser.

    You can upload the file and process that in any Server side language like PHP/ASP.NET etc…. You can do any kind of operation (Save the file to disk/ Read the content etc..) to this file on your server side.

    Your page should have some markup like this to have the file upload control. Your enctype value should be multipart/form-data to send the file to the server page.

    <form  action="myServerpage.php" method="post" enctype="multipart/form-data">
       <input type="file" id="someId" name="someName">
       <input type="submit" />
    </form>
    

    Here is a PHP sample and here is an ASP.NET sample.

    There are some client side asynchronous file upload solutions like uplodify, but even with that, you need a server page to process the request from client.

    As icktoofay mentioned, HTML5 too handle it at the client side

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

Sidebar

Related Questions

This is what I want an user to be able: Upload ANY file to
I want the user to be able to enter a name for a file
I am able to upload file in joomla. I want to know if the
If I want each user in my web app to be able to upload
I want a user to be able to upload a word document and my
I want users to be able to upload audio files to my server (say,
Im working on an upload script, and i want a user to be able
Problem decription: I want to create a file upload screen using JSP. The screen
I want a user to be able to upload a video from their computer
I want a user to be able to create an account and upload a

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.