<div dir="ltr"><div><div>Thanks!<br><br></div>I&#39;ll go like this.<br><br></div>R<br><br></div><br><div class="gmail_quote"><div dir="ltr">Alejandro Infante &lt;<a href="mailto:alejandroinfante91@gmail.com">alejandroinfante91@gmail.com</a>&gt; ezt írta (időpont: 2016. márc. 1., K, 17:22):<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word">Hi!<div>The WABrush&gt;&gt;with: call must be the last call to a brush. So instead of:</div><div><br></div><div>html form</div><div><span style="white-space:pre-wrap">        </span>with: [ stuff… ];</div><div><span style="white-space:pre-wrap">        </span>action: <b>&#39;<a href="http://localhost/home/html/upload_large.asp" target="_blank">http://localhost/home/html/upload_large.asp</a>&#39;</b></div><div><br></div><div>Try:</div><div><br></div><div><div>html form</div><div><span style="white-space:pre-wrap">        </span>action: <b>&#39;<a href="http://localhost/home/html/upload_large.asp" target="_blank">http://localhost/home/html/upload_large.asp</a>&#39;</b>;</div><div><span style="white-space:pre-wrap">        </span>with: [ stuff… ]</div><div><br></div></div><div>I have tried and it works :)</div><div><br></div><div>Cheers!</div><div>Alejandro</div><div><br><div><blockquote type="cite"></blockquote></div></div></div><div style="word-wrap:break-word"><div><div><blockquote type="cite"><div>On Mar 1, 2016, at 11:30 AM, Robert Kuszinger &lt;<a href="mailto:kuszinger@giscom.hu" target="_blank">kuszinger@giscom.hu</a>&gt; wrote:</div><br></blockquote></div></div></div><div style="word-wrap:break-word"><div><div><blockquote type="cite"><div><div dir="ltr"><div><div><div><div><div><div><br><br></div>Hello Everyone!<br><br></div>I&#39;m still working on my large file upload project on a windows server (so ngix won&#39;t play :( ).<br></div>I have a good uploader and also technique to solve upload outside Seaside (or VA WebCOnnection as I did before) and then come back into the session afterwards.<br><br></div>But to make it I need to hack the seaside form to put my own link into the ACTION=&quot;.....&quot;.<br><br></div>Here is what I did, but it seems that action is overwritten by Seaside to its usual internal form action (understandably)<br><br><br>f := html form.<br><br>f with:[<br><br></div>   .... form creaton code here.... works well, no problem.......<br><div><br>].<br><br><b>f action: &#39;<a href="http://localhost/home/html/upload_large.asp" target="_blank">http://localhost/home/html/upload_large.asp</a>&#39;.</b><br><br></div><div>And when looking at generated page source:<br><br> &lt;form accept-charset=&quot;utf-8&quot; method=&quot;post&quot; action=&quot;<b>/uploader?_s=jdXt_Vzp8dKoK3M9&amp;amp;_k=C197PyH7ka66mXVd</b>&quot;&gt;<br><br></div><div><br></div><div>So, how to hack my own action into the form?<br><br><br></div><div>thanks<br></div><div>Robert<br><br></div><div><br><br><br><br><br></div></div></div></blockquote></div></div></div><div style="word-wrap:break-word"><div><div><blockquote type="cite"><div>
_______________________________________________<br>seaside mailing list<br><a href="mailto:seaside@lists.squeakfoundation.org" target="_blank">seaside@lists.squeakfoundation.org</a><br><a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br></div></blockquote></div><br></div></div></blockquote></div>