Wrox Programmer Forums
|
Classic ASP Professional For advanced coder questions in ASP 3. NOT for ASP.NET 1.0, 1.1, or 2.0.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Classic ASP Professional section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old May 9th, 2008, 10:36 AM
Registered User
 
Join Date: May 2008
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default QueryString size, compression, Passport

I have to allow users to create a browser report from a windows application. They will pass the data needed to create the report in a QueryString. There is about 1900 characters of data. It looks like I can only support a URL that is about 2042 characters. After I URLEncode the data, it is much larger than 2042 characters. I would like to compress the data before encoding it so the resulting size is less than 2042. The win application is .net 2.0 so I'm thinking about using Passport.Crypt to compress and decompress the data. (I have never used this before so I am not sure if it will work.) My questions is, how can I use Passport.decompress from classic asp or do you have other suggestions?






Similar Threads
Thread Thread Starter Forum Replies Last Post
tiff compression sandrina C# 2005 1 December 4th, 2013 02:42 AM
.NET Passport SDK ejan ASP.NET 1.0 and 1.1 Professional 1 November 25th, 2005 06:57 AM
Image Compression 4wrh VB How-To 5 May 24th, 2005 05:39 PM
compression jaya_malini Java GUI 0 May 5th, 2005 10:01 AM
wav compression jothi Pro VB 6 0 April 26th, 2005 02:12 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.