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 importOpml ()
(rss-html
(let Usr (usrQuit)
(when *OpmlFile
(opmlImport> '+Rss (in (tmp *OpmlFile) (and (xml?) (xml)))
Usr)))
(<div> NIL "The OPML was imported successfully.")))
After pressing the submit button I get SIG-xxxx in the shell and a stalled
server. Earlier we've seen the same thing when doing (html (action...]
instead of (action (html ... ]. Any suggestions?
------=_Part_126946_1720963.1222340363617
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
<div dir="ltr">Another question, I have a small upload form I want to use,
again without (action) or (app), is this possible?<br><br>Currently my form
looks like this:<br><br>(html ...(<post> NIL "@importOpml"<br>
(<upload> 10
'*OpmlFile)<br>
(<submit> "Import"))]<br><br>The recipient function looks like
this:<br><br>(de importOpml ()<br> (rss-html
<br> (let Usr (usrQuit) <br>
(when *OpmlFile
<br>
(opmlImport> '+Rss (in (tmp *OpmlFile) (and (xml?) (xml))) Usr)))
<br> (<div> NIL "The OPML was imported
successfully.")))<br><br>After pressing the submit button I get SIG-xxxx
in the shell and a stalled server. Earlier we've seen the same thing when
doing (html (action...] instead of (action (html ... ]. Any suggestions?<br>
</div>
------=_Part_126946_1720963.1222340363617--
--
UNSUBSCRIBE: mailto:[EMAIL PROTECTED]