On 9-Oct-07, at 4:46 PM, Alvaro Lopez Ortega wrote: > Alberto Ruiz wrote, On 09/10/2007 21:25: >> 2007/10/7, Dave Anderson <[EMAIL PROTECTED] >>> >>> Here is a rough attempt to simply get config entries displayed out >>> onto the web-based admin page as form fields based on a JSON >>> version of a ConfigNode based tree. >> >> Excellent! Patched commited to trunk. >> Any ideas on how to send the changes back to the server? > > What about something like.. > > ------- > POST /vserver/default/extension/jpg/directory_root HTTP/1.1 > Content-Lenght: 6 > > /tmp > ------- > > The only problem would be how to encode the directory paths and the > regular expressions because of the slashes in the UR
Post data is mime-type application/x-www-form-urlencoded. So slashes aren't a problem. Or am I missing something with what you guys are trying to do. (Saw the call for help on Alberto's blog through Planet Gnome) :) _______________________________________________ Cherokee mailing list [email protected] http://cherokee-project.com/cgi-bin/mailman/listinfo/cherokee
