Re: Upload fields?

2008-09-27 Thread Henrik Sarvell
I compiled with gcc 4.1.2 at home and the problem disappeared without changing a single thing in the Pico code so I really never had a problem at all. To all: During the past few days Alex and me realized that compiling with gcc 4.2.3 will introduce memory corruption issues when using the default

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 ()

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 ...( NIL "@importOpml" ( 10 '*OpmlFile) ( "Import"))] The recipient function looks like this: (de importOpml ()