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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T18:22:56+00:00 2026-06-14T18:22:56+00:00

I am trying to send a serialized data through query string/variable in a url.

  • 0

I am trying to send a serialized data through query string/variable in a url. As you know when we do a serialize in js it builds a query string itself. I am sending this data to server side which is written in django. How can i do this or how can i collect the data in the django code.

This is what i am doing.

selected = $('input:checkbox:checked').serialize();

This gives me the result as multiselect_select_month=10&multiselect_select_month=11&multiselect_select_month=05

I want to send this in a url with other variables, and collect the hole string (multiselect_select_month=10&multiselect_select_month=11&) in a single variable.
Something like

serialized = 'multiselect_select_month=10&multiselect_select_month=11'

At the server side i am writing serialized = request.GET.get('serialized', '')

How can i send that serialized string(which is a query string) in a single variable so that i can catch that at the server side.

NB: I want to send other variables also with the above serialized data.

  • 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-14T18:22:57+00:00Added an answer on June 14, 2026 at 6:22 pm

    You need to URL-Encode serialized, then you can send it in a single variable.

    serialized = encodeURIComponent(serialized);
    var link = "http://host.com/?data=" + serialized;
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to send a Google Protocol Buffer serialized string across an HTTP
I am trying to serialize data to json so I can send it to
I am trying to send some serialized data to the view and bind it
I am trying to send serialized,compressed data over a tcp connection using protobuf-net and
Im trying to send my serialized form data to django where it will should
I'm trying to figure out how to properly serialize my XmlDocument and send it
I`m trying to send simple html page with form data to user with GET,
I am trying to send the MS Word document to a Webservice through SOAP.
I am trying to send a serialized object using JSON. Here is my view
I've seen lots of examples of sending serialized data over sockets in Java, but

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.