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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T09:48:48+00:00 2026-06-14T09:48:48+00:00

I am using the following html code which calls the servlet and uploads the

  • 0

I am using the following html code which calls the servlet and uploads the file correctly

   <html>
   <body>
   <h3>File Upload:</h3>
    Select a file to upload:
   <form action="Upload" method="post" enctype="multipart/form-data" id="mainForm"> 
   <div id="upload">

   <input type="file" name="file" id="file" size="50" multiple/>
   </div>

   <input type="submit" id="action" value="Upload File" />
  </form>
  </html>

But when i serialize the form details and send this request in ajax format the request content is not available in the servlet…

   $.ajax({
             type: "POST",
             url: "UploadServlet",
             contentType: "multipart/form-data; charset=UTF-8; boundary=---------------------------" + boundary,
             data: $("#mainForm").serialize(), // serializes the form's elements.
             success: function(data)
             {
                 alert("ajax response data"+data); // show response from the php script.
             }

         });

In my servlet there is need of processing the request and from that only the files has to get uploaded is obtained…..

but using ajax request doesn’t return any form elements to the servlet
Can anyone suggest how this can be done with ajax request.

Hint:
I try to use the following parameters in the ajax request but it is not working

       cache:false,
       contenttype:false,
       processData:false
  • 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-14T09:48:49+00:00Added an answer on June 14, 2026 at 9:48 am

    It is not possible with AJAX request use Iframe it may useful.

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

Sidebar

Related Questions

I am using Dmxzones Advanced HTML Editor 3 which inserts the following code: <textarea
I'm trying to generate the following html code using cl-who: <html> <body> <div id=cnt_1></div>
I am using the following code: $("#treeview").jstree(); $("#treeview").jstree('open_all'); With the following html: <div id="treeview">
In my view I have the following code: @using (Html.BeginForm()) { @Html.TextBox(Date2, Model.Date2) <br/>
I am trying to replicate the following code using HTML Helper in CakePHP 2.1.
I open a pop-up window using following code in main.html function openwindow(url) { window.open(url,
I tried using the following code for a HTML page, but it doesn't work.
I am using the following code to fetch html source website. private string Extract_Source(string
I have the following code in HTML and wanted to replace them using javascript
I am using the following lines of code to download and save an html

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.