473,382 Members | 1,791 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,382 software developers and data experts.

Posting Large Data to Querystring

I am trying to post a large amount of data from an XmlSerialized
Arraylist that is converted into a string of hex values.

When I pass it to a querystring sometimes its gets truncated.

Is there another way to hash an XmlSerialized byte array, instead of
just converting it to a string of hex values (which doubles the
length).

Maybe a checksum, something? snippets appreciated...

Thanks in advanced.

PS. the hash needs to be URL Safe.

Nov 19 '05 #1
1 2221
base64 encode is better than hex. you could also use a compression routine
on the byte array, then base64 encode the compressed byte array.

there is still a 2k limit on the query string (including the base path)

-- bruce (sqlwork.com)
"apiringmvp" <bd******@hotmail.com> wrote in message
news:11*********************@o13g2000cwo.googlegro ups.com...
I am trying to post a large amount of data from an XmlSerialized
Arraylist that is converted into a string of hex values.

When I pass it to a querystring sometimes its gets truncated.

Is there another way to hash an XmlSerialized byte array, instead of
just converting it to a string of hex values (which doubles the
length).

Maybe a checksum, something? snippets appreciated...

Thanks in advanced.

PS. the hash needs to be URL Safe.

Nov 19 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

10
by: J P Singh | last post by:
Hi There We have dropdown on ASP page. The problem is we have about 900 items in the dropdown. Users scrolling through the list have become very frustrated in the past. Can someone suggest...
1
by: Ice Man | last post by:
Hi All, I will need to send bewteen 2 asp pages very large amounts of data what is the best way to send it and to read it? for ex. I know this method: For i = 1 To Request.QueryString.Count...
6
by: anon | last post by:
Post Forwarding question...... For this control below, <asp:Button runat="server" PostTargetUrl="page2.aspx" /> The Attribute: PostTargetUrl="page2.aspx" Is this PostTargetUrl Attribute...
10
by: DaveFash | last post by:
Posting variables from an HTML FORM, via the Request.Form function on the receiving ASP page is great. But how can you POST a Form variable to an ASP page -- without a human pushing a Submit...
2
by: Tim | last post by:
I'm using the code below to enable downloads from my site. This works well for small files, but larger ones (10Mb+) effectively cause the site to lock up, or run very slowly for all other users....
3
by: Brian Shannon | last post by:
Lets say I have web1.aspx which the user inputs data into txtData (text box). When the user clicks the button ADD the browser takes the user to web2.aspx. On web2.aspx I need to post the data...
2
by: sivashankar | last post by:
hi experts -In asp.net i'm having form1 and form2. -Form :1 -I'm posting data by following code: Response.Redirect("WEBFORM2.ASPX?A=" & TextBox1.Text) Response.Redirect("WEBFORM2.ASPX?B=" &...
6
by: Vadivel Kumar | last post by:
I have a webform and in its load event, i'm binding values taken from the database in more than one data list which is embedded in a placeholder. When, debug the code it seems the page_load...
4
by: computer_guy | last post by:
Hi Everyone, I am writing an HTMP page like below: ---------------Dynamic HTML Page report.aspx----------------------- 1. Complicated algorithm to generate data and store it in memory ...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.