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 ...(&lt;post&gt; NIL &quot;@importOpml&quot;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 (&lt;upload&gt; 10 
&#39;*OpmlFile)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 (&lt;submit&gt; &quot;Import&quot;))]<br><br>The recipient function looks like 
this:<br><br>(de importOpml ()<br>&nbsp;&nbsp; (rss-html 
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (let Usr (usrQuit) <br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (when *OpmlFile 
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
(opmlImport&gt; &#39;+Rss (in (tmp *OpmlFile) (and (xml?) (xml))) Usr))) 
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (&lt;div&gt; NIL &quot;The OPML was imported 
successfully.&quot;)))<br><br>After pressing the submit button I get SIG-xxxx 
in the shell and a stalled server. Earlier we&#39;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]

Reply via email to