• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Submit from applet! Possible to do like this?

 
Ranch Hand
Posts: 63
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
What does I have to think about when I will submit an XML-string from an applet to a CGI script?
I know that I have to enocde the XML-string to URLEcoded, but is it anything else I have to do?
----Updated 2003-10-20-----
I found tutorial about the URLConnection class.
Is it possible to do something like this?

Thanks in advance
Emil Karlsson
[ October 20, 2003: Message edited by: Emil Karlsson ]
 
Emil Karlsson
Ranch Hand
Posts: 63
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Solved the Problem, and it was easier than I fought!
Heres the code I'm using.
What I changed to make it work, was that I removed the ? that I had in the beginning of the submit string.

/Emil Karlsson
[ October 23, 2003: Message edited by: Emil Karlsson ]
 
You ought to ventilate your mind and let the cobwebs out of it. Use this cup to catch the tiny ads:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic