| Webmaster Forum Rules | Posting Guide | Contact Us | Testimonials | Contributing Geek Program | Advertise on Geek/Talk |
|
|
|||||||
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Registered User
Join Date: Aug 2000
Location: Ireland
Posts: 2
|
I am having severe difficulties so any help would be greatly appreciated.
I am trying to pass a 512 byte string of encrypted (non-ANSI) characters to an ASP via a form. Before I put the string into the hidden text field it is 512 long. After I put it into the hidden text field it is 507 long. I think it is because of the URL encoding which happens behind the scenes which strips out invalid characters. When I pass the string to the ASP and try to retrieve information from it, the data is corrupt. The string conisists of a number of fields and a delphi activeX object is used to access it. The encryption/decryption algorithm has been proven in previous products and so it has been ruled out as the source of the problem. If the problem is the URL encoding, how do I get around it. Otherwise, does anyone have any idea what I should do or how else I can pass the string to the ASP. |
|
|
|
|
|
#2 |
|
Registered User
Join Date: Mar 1999
Location: See Answers 2000 Limited
Posts: 2,618
|
Welcome to the forum
Use the POST method if you are not already as GET could be the cause of the problem HTH ------------------
|
|
|
|
|
|
#3 | |
|
Registered User
Join Date: Aug 2000
Location: Ireland
Posts: 2
|
I already tried that but it made no difference.
Quote:
|
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| ASP Email Form | brncsfns5621 | Web Development - Programming / Coding | 4 | 05-15-2006 03:14 AM |
| ASP email form | a1234dud | Web Development - Programming / Coding | 13 | 02-17-2003 03:53 PM |
| Data keeps reseting | orfeo | Web Development - Programming / Coding | 3 | 08-20-2001 08:59 AM |
| Form trouble... | DJ_B | Web Design and Webmaster Issues | 1 | 09-28-2000 01:37 PM |
| ASP, CGI, SQL, mySQL ... ... | CYBERWORLD | Web Design and Webmaster Issues | 5 | 05-24-2000 11:38 PM |
![]()