<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hi!<div class="">The WABrush&gt;&gt;with: call must be the last call to a brush. So instead of:</div><div class=""><br class=""></div><div class="">html form</div><div class=""><span class="Apple-tab-span" style="white-space:pre">        </span>with: [ stuff… ];</div><div class=""><span class="Apple-tab-span" style="white-space:pre">        </span>action:&nbsp;<b class="">'<a href="http://localhost/home/html/upload_large.asp" class="">http://localhost/home/html/upload_large.asp</a>'</b></div><div class=""><br class=""></div><div class="">Try:</div><div class=""><br class=""></div><div class=""><div class="">html form</div><div class=""><span class="Apple-tab-span" style="white-space:pre">        </span>action:&nbsp;<b class="">'<a href="http://localhost/home/html/upload_large.asp" class="">http://localhost/home/html/upload_large.asp</a>'</b>;</div><div class=""><span class="Apple-tab-span" style="white-space: pre;">        </span>with: [ stuff… ]</div><div class=""><br class=""></div></div><div class="">I have tried and it works :)</div><div class=""><br class=""></div><div class="">Cheers!</div><div class="">Alejandro</div><div class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Mar 1, 2016, at 11:30 AM, Robert Kuszinger &lt;<a href="mailto:kuszinger@giscom.hu" class="">kuszinger@giscom.hu</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class=""><div class=""><div class=""><div class=""><div class=""><div class=""><div class=""><br class=""><br class=""></div>Hello Everyone!<br class=""><br class=""></div>I'm still working on my large file upload project on a windows server (so ngix won't play :( ).<br class=""></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 class=""><br class=""></div>But to make it I need to hack the seaside form to put my own link into the ACTION=".....".<br class=""><br class=""></div>Here is what I did, but it seems that action is overwritten by Seaside to its usual internal form action (understandably)<br class=""><br class=""><br class="">f := html form.<br class=""><br class="">f with:[<br class=""><br class=""></div>&nbsp;&nbsp; .... form creaton code here.... works well, no problem.......<br class=""><div class=""><br class="">].<br class=""><br class=""><b class="">f action: '<a href="http://localhost/home/html/upload_large.asp" class="">http://localhost/home/html/upload_large.asp</a>'.</b><br class=""><br class=""></div><div class="">And when looking at generated page source:<br class=""><br class=""> &lt;form accept-charset="utf-8" method="post" action="<b class="">/uploader?_s=jdXt_Vzp8dKoK3M9&amp;amp;_k=C197PyH7ka66mXVd</b>"&gt;<br class=""><br class=""></div><div class=""><br class=""></div><div class="">So, how to hack my own action into the form?<br class=""><br class=""><br class=""></div><div class="">thanks<br class=""></div><div class="">Robert<br class=""><br class=""></div><div class=""><br class=""><br class=""><br class=""><br class=""><br class=""></div></div>
_______________________________________________<br class="">seaside mailing list<br class=""><a href="mailto:seaside@lists.squeakfoundation.org" class="">seaside@lists.squeakfoundation.org</a><br class="">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside<br class=""></div></blockquote></div><br class=""></div></body></html>