jQuery again

2008-09-25 Thread Henrik Sarvell
I've read the prior discussion on using cross domain get with callback, very nice but now we have something simpler, a POST on the same domain, i.e. http://localhost:8080. I have a simple document rendered with (html), (app) and (action) are absent. I don't want to use them at all since I'm using

Upload fields?

2008-09-25 Thread Henrik Sarvell
Another question, I have a small upload form I want to use, again without (action) or (app), is this possible? Currently my form looks like this: (html ...(post NIL @importOpml (upload 10 '*OpmlFile) (submit Import))] The recipient function looks like this: (de

Re: jQuery again

2008-09-25 Thread Alexander Burger
Hi Henrik, nice but now we have something simpler, a POST on the same domain, i.e. http://localhost:8080. I observed similar problems when sending a POST to the lib/form.l framework. There it works, however, because that framework falls back to a (non-Ajax) HTTP-POST when the first try fail.

Re: Upload fields?

2008-09-25 Thread Alexander Burger
Hi Henrik, Another question, I have a small upload form I want to use, again without (action) or (app), is this possible? Here is a simple example: #!bin/picolisp lib.l (load ext.l lib/http.l lib/xhtml.l) (de start () (html