<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">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>