dolik.rce Messages: 1795 Registered: August 2008 Location: Czech Republic
Ultimate Contributor
Hi Peter,
Passing base64 data in GET parameter is not a good idea, in any framework. What you need is to urlencode the data before you send them, then they should arrive just OK in the Skylark handler.