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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T09:31:11+00:00 2026-06-17T09:31:11+00:00

I have to submit data from 30 pages into the server.These datas from 30

  • 0

I have to submit data from 30 pages into the server.These datas from 30 pages are to be made into a single string and that i have to upload that single string into the server using json.

Each page may contain many answers tht may be either in plain text(value we receive from edit text),from check boxes(yes or no) and so on…..please suggest me a way to add all these data into a single string and upload it using json.

  • 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-17T09:31:12+00:00Added an answer on June 17, 2026 at 9:31 am

    Based on the comment I suspect that you believe that you need to treat these “pages” as strings that you concat. However, what I think you’re overlooking is that JSON is pretty versatile in how you add objects to it.

    So, let’s say you have the thing that you want to ship to your server and you call it

    JSONObject myEntireFile = new JSONObject();
    

    you can now add stuff to it at any time like this…

    JSONObject page1 = new JSONObject();

    myEntireFile.put("page1", page1);

    meanwhile you can put whatever you want IN page 1 (cause that’s just another serialized container).

    You can keep doing this until you’re ready to send it, at which time you just call
    myEntireFile.toString();
    which will convert your object into one long, well formatted, JSON string, that you can then open store for later use.

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

Sidebar

Related Questions

In my iOS application I have made a form that should submit data into
I have to download some data from external source but I have to submit
I have a form in my MVC application that in theory should submit data
I have to submit subscription data to another website. I have got documentation on
i have a submit page in html . when i submit the form data,
In my sinatra app i have a form which is used to submit data
I have a form with lots of data. There is a Submit button. Upon
I have a script that submits data via an ajax POST. It is called
i have a form that submits data to a database, i have a function
i have a PHP contact form that submits data, and an email...: <?php $dbh=mysql_connect

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.