Thanks, I tried that and now the content length in the return headers shows
the file size, but still I get the '302 Moved Temporarily' error :(

Can u show me a sample of your tml file? Wonder if i am doing anything wrong
there.

Here is mine:
<form t:type="form" t:id="analysis">
                
Upload URL File

                <div>(Please upload only plain text files, with one ULR per 
line.) </div>
                <div class="formRow"> 
                        <label class='stacked strong'>
                                
                                        (.csv,.txt)
                                
                                
                        </label> 
                        <div id="file-uploader"> 
                                <t:errors/>
                    <t:upload t:id="urlFile" class="marginRight"
validate="required"/>
                    <t:submit class="marginRight white button medium"
value="${message:button.upload}" t:id="upload"/>
                    <t:eventlink t:id="cancel">
                        <input type="button" class="white button medium"
value="${message:button.cancel}"/>
                    </t:eventlink>
                </div>
            </div>
        </form>



--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/StreamResponse-onSuccess-does-not-stream-back-data-tp4759347p4760154.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to