<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    Sorry, forgot to mention the frameborder="0" change as well. I've
    got that in the main codebase now.<br>
    But I can say that upload progress bars are definitely working for
    me now in MyZendTo.<br>
    <br>
    Jules.<br>
    <br>
    On 14/02/2011 16:54, Duncan, Brian M. wrote:
    <blockquote
cite="mid:65234743FE1555428435CE39E6AC407803795486@CHI-US-EXCH-01.us.kmz.com"
      type="cite">
      <title></title>
      <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
      <meta name="GENERATOR" content="MSHTML 9.00.8080.16413">
      <div dir="ltr" align="left"><span class="628364616-14022011"><font
            color="#0000ff" face="Arial" size="2">I added the line to my
            /opt/zendto/myzendto.templates/new_dropoff.tpl file.</font></span></div>
      <div dir="ltr" align="left"><span class="628364616-14022011"></span> </div>
      <div dir="ltr" align="left"><span class="628364616-14022011"><font
            color="#0000ff" face="Arial" size="2">So now it is:</font></span></div>
      <div dir="ltr" align="left"><span class="628364616-14022011"></span> </div>
      <div dir="ltr" align="left"><span class="628364616-14022011"><font
            color="#808080" face="Arial" size="2">                 
            &lt;script type="text/javascript"&gt;<br>
                                function submitform() {<br>
                                  if (validateForm()) {<br>
                                   
            document.getElementById("progress").style.visibility="visible";<br>
                                   
            window.frames.progress_frame.start('{$progress_id}');<br>
                                    document.dropoff.submit();<br>
                                  }<br>
                                }<br>
                              &lt;/script&gt;<br>
          </font></span></div>
      <div dir="ltr" align="left"><span class="628364616-14022011"><font
            color="#0000ff" face="Arial" size="2">I also had this
            additional change in place already that I made:</font></span></div>
      <div dir="ltr" align="left"><span class="628364616-14022011"></span> </div>
      <div dir="ltr" align="left"><span class="628364616-14022011"><font
            color="#808080" face="Arial" size="2">    &lt;div
            id="progress"
            style="visibility:hidden;width:300px;padding:4px;border:2px
            solid
            #C01010;background:#FFF0F0;color:#C01010;valign:top;"&gt;<br>
                  &lt;b&gt;Upload Progress:&lt;/b&gt;&lt;br/&gt;<br>
                  &lt;iframe id="progress_frame" name="progress_frame"
            src="progress.php?progress_id={$progress_id}" <font
              color="#ff0000">frameborder="0"</font> style="border:
            none; height: 60px;<br>
             width: 300px; background:#FFF0F0"&gt;<br>
                  &lt;/iframe&gt;<br>
                &lt;/div&gt;<br>
          </font></span></div>
      <div dir="ltr" align="left"><span class="628364616-14022011"><font
            color="#0000ff" face="Arial" size="2">I added the
            frameborder="0" from earlier, when I compared that to the
            one in the templates directory.</font></span></div>
      <div> </div>
      <div><span class="628364616-14022011"><font color="#0000ff"
            face="Arial" size="2">I still was not getting the progress
            bar update on myzendto.  I will have to look at it later
            though I will post back if I have any better luck after I
            look at it again..</font></span></div>
      <div><span class="628364616-14022011"></span> </div>
      <div><span class="628364616-14022011"><font color="#0000ff"
            face="Arial" size="2">And yes before I started testing the
            new version and made the above edits, I extracted ALL files
            from the updated .tgz into the myzendto.templates
            myzendto.templates_c templates templates_c.</font></span></div>
      <div><span class="628364616-14022011"></span> </div>
      <div><span class="628364616-14022011"><font color="#0000ff"
            face="Arial" size="2">And I understand the reasoning behind
            the % on the progress bar for very large uploads.</font></span></div>
      <div><span class="628364616-14022011"></span> </div>
      <div><span class="628364616-14022011"><font color="#0000ff"
            face="Arial" size="2">Thanks!</font></span></div>
      <div><span class="628364616-14022011"></span> </div>
      <div><span class="628364616-14022011"><font color="#0000ff"
            face="Arial" size="2">Brian</font></span></div>
      <!-- Converted from text/plain format -->
      <p><font size="2">BRIAN M. DUNCAN<br>
          Data Security Administrator<br>
          Katten Muchin Rosenman LLP<br>
          525 W. Monroe Street / Chicago, IL 60661-3693<br>
          p / (312) 577-8045 f / (312) 577-4490<br>
          <a class="moz-txt-link-abbreviated" href="mailto:brian.duncan@kattenlaw.com">brian.duncan@kattenlaw.com</a> / <a class="moz-txt-link-abbreviated" href="http://www.kattenlaw.com">www.kattenlaw.com</a><br>
            </font></p>
      <div> </div>
      <br>
      <div dir="ltr" class="OutlookMessageHeader" align="left"
        lang="en-us">
        <hr tabindex="-1">
        <font face="Tahoma" size="2"><b>From:</b> <a class="moz-txt-link-abbreviated" href="mailto:zendto-bounces@zend.to">zendto-bounces@zend.to</a>
          [<a class="moz-txt-link-freetext" href="mailto:zendto-bounces@zend.to">mailto:zendto-bounces@zend.to</a>] <b>On Behalf Of </b>Jules<br>
          <b>Sent:</b> Monday, February 14, 2011 10:37 AM<br>
          <b>To:</b> ZendTo Users<br>
          <b>Subject:</b> [ZendTo] Re: Release 3.64 with upload progress
          bars<br>
        </font><br>
      </div>
      Brian,<br>
      <br>
      Found the MyZendTo problem. To save yourself a lot of
      reinstalling, please edit<br>
          /opt/zendto/myzendto.templates/new_dropoff.tpl<br>
      Around line 185 you'll find a chunk of code that looks like this:<br>
      <br>
      function submitform() {<br>
                            if (validateForm()) {<br>
                             
      document.getElementById("progress").style.visibility="vi<br>
      sible";<br>
                              // scroll(0,0);<br>
                              document.dropoff.submit();<br>
                            }<br>
                          }<br>
      <br>
      Just before the call to "document.dropoff.submit();" add a line
      that says this:<br>
                             
      window.frames.progress_frame.start('{$progress_id}');<br>
      <br>
      Then just reload the page in your web browser and try again.<br>
      <br>
      Should work now!<br>
      <br>
      Sorry about that, silly screw-up on my part.<br>
      <br>
      Jules.<br>
      <br>
      On 14/02/2011 16:20, Jules wrote:
      <blockquote cite="mid:4D595660.4040904@Zend.To" type="cite"><br>
        <br>
        On 14/02/2011 15:32, Duncan, Brian M. wrote:
        <blockquote
cite="mid:65234743FE1555428435CE39E6AC407803795484@CHI-US-EXCH-01.us.kmz.com"
          type="cite">
          <meta name="GENERATOR" content="MSHTML 9.00.8080.16413">
          <div dir="ltr" align="left"><span class="012124314-14022011"><font
                color="#0000ff" face="Arial" size="2">Thanks!</font></span></div>
          <div dir="ltr" align="left"><span class="012124314-14022011"></span> </div>
          <div dir="ltr" align="left"><span class="012124314-14022011"><font
                color="#0000ff" face="Arial" size="2">It looks like it
                is working fine with zendto, I tried myzendto and that
                still is not working for me.   Tested with IE8 &amp;
                IE9.</font></span></div>
          <div dir="ltr" align="left"><span class="012124314-14022011"></span> </div>
          <div dir="ltr" align="left"><span class="012124314-14022011"><font
                color="#0000ff" face="Arial" size="2">I compared the
                progress.tpl between the templates dir to the
                myzendto.templates dir and the look alike so I am not
                sure why that is happening.</font></span></div>
          <div dir="ltr" align="left"><span class="012124314-14022011"></span> </div>
          <div dir="ltr" align="left"><span class="012124314-14022011"><font
                color="#0000ff" face="Arial" size="2">The
                new_dropoff.tpl in the myzendto.templates did have one
                difference (it did not have frameborder="0" on an iframe
                line) I added that but the progress bar still did not
                update for me on myzendto.</font></span></div>
        </blockquote>
        You have copied over all the new files in myzendto.www as well
        as its "js" subdirectory contents?<br>
        If so, I'll give it a go and see what's up.<br>
        <blockquote
cite="mid:65234743FE1555428435CE39E6AC407803795484@CHI-US-EXCH-01.us.kmz.com"
          type="cite">
          <div dir="ltr" align="left"><span class="012124314-14022011"></span><span
              class="012124314-14022011"></span> </div>
          <div dir="ltr" align="left"><span class="012124314-14022011"><font
                color="#0000ff" face="Arial" size="2">Fortunately I
                don't need myzendto to work at the moment since we don't
                have that rolled out yet.</font></span></div>
          <div dir="ltr" align="left"><span class="012124314-14022011"></span> </div>
          <div dir="ltr" align="left"><span class="012124314-14022011"><font
                color="#0000ff" face="Arial" size="2">Also I can't
                recall if the behavior before was the same but it goes
                from 100% down to 0% on the progress bar, should it be
                the reverse? (0% when it is finished) <br>
              </font></span></div>
        </blockquote>
        I decided to make it count down to 0 instead of up to some
        unknown number that you wouldn't know until it got there. Make
        sense? It's not obvious that it's a percentage until you're well
        on the way, so with a big file you'll be left with an
        incrementing number at a tiny bit of blue bar, with no sign of
        when it will stop increasing.<br>
        <br>
        Jules.<br>
        <br>
        <pre class="moz-signature" cols="72">-- 
Julian Field MEng CITP CEng
<a class="moz-txt-link-abbreviated" href="http://www.Zend.To" moz-do-not-send="true">www.Zend.To</a>

Follow me at twitter.com/JulesFM
PGP footprint: EE81 D763 3DB0 0BFD E1DC 7222 11F6 5947 1415 B654

'All programs have a desire to be useful' - Tron, 1982
</pre>
      </blockquote>
      <br>
      <pre class="moz-signature" cols="72">Jules

-- 
Julian Field MEng CITP CEng
<a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="http://www.Zend.To">www.Zend.To</a>

Follow me at twitter.com/JulesFM
PGP footprint: EE81 D763 3DB0 0BFD E1DC 7222 11F6 5947 1415 B654

'All programs have a desire to be useful' - Tron, 1982
</pre>
      <table>
        <tbody>
          <tr>
            <td bgcolor="#ffffff"><font color="#000000">
                <pre>===========================================================
CIRCULAR 230 DISCLOSURE: Pursuant to Regulations Governing Practice Before the Internal Revenue
Service, any tax advice contained herein is not intended or written to be used and cannot be used
by a taxpayer for the purpose of avoiding tax penalties that may be imposed on the taxpayer.
===========================================================
CONFIDENTIALITY NOTICE:
This electronic mail message and any attached files contain information intended for the exclusive
use of the individual or entity to whom it is addressed and may contain information that is
proprietary, privileged, confidential and/or exempt from disclosure under applicable law.  If you
are not the intended recipient, you are hereby notified that any viewing, copying, disclosure or 
distribution of this information may be subject to legal restriction or sanction.  Please notify
the sender, by electronic mail or telephone, of any unintended recipients and delete the original 
message without making any copies.
===========================================================
NOTIFICATION:  Katten Muchin Rosenman LLP is an Illinois limited liability partnership that has
elected to be governed by the Illinois Uniform Partnership Act (1997).
===========================================================</pre>
              </font></td>
          </tr>
        </tbody>
      </table>
      <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
ZendTo mailing list
<a class="moz-txt-link-abbreviated" href="mailto:ZendTo@zend.to">ZendTo@zend.to</a>
<a class="moz-txt-link-freetext" href="http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto">http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto</a></pre>
    </blockquote>
    <br>
    <pre class="moz-signature" cols="72">Jules

-- 
Julian Field MEng CITP CEng
<a class="moz-txt-link-abbreviated" href="http://www.Zend.To">www.Zend.To</a>

Follow me at twitter.com/JulesFM
PGP footprint: EE81 D763 3DB0 0BFD E1DC 7222 11F6 5947 1415 B654

'All programs have a desire to be useful' - Tron, 1982
</pre>
  </body>
</html>