<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE></TITLE>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.6002.18357" name=GENERATOR></HEAD>
<BODY text=#000000 bgColor=#ffffff>
<DIV dir=ltr align=left><SPAN class=317090119-14022011><FONT face=Arial
color=#0000ff size=2>Yes it works with IE6, IE7, and IE8.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=317090119-14022011><FONT face=Arial
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=317090119-14022011><FONT face=Arial
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV> </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>brian.duncan@kattenlaw.com /
www.kattenlaw.com<BR> </FONT></P>
<DIV> </DIV><BR>
<DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B> zendto-bounces@zend.to
[mailto:zendto-bounces@zend.to] <B>On Behalf Of </B>Duncan, Brian
M.<BR><B>Sent:</B> Monday, February 14, 2011 11:08 AM<BR><B>To:</B> ZendTo
Users<BR><B>Subject:</B> [ZendTo] Re: Release 3.64 with upload progress
bars<BR></FONT><BR></DIV>
<DIV></DIV>
<DIV dir=ltr align=left><SPAN class=138520617-14022011><FONT face=Arial
color=#0000ff size=2>Actually ignore that for now..</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=138520617-14022011><FONT face=Arial
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=138520617-14022011><FONT face=Arial
color=#0000ff size=2>I just tested with IE6 and it works now. I was testing with
IE9 only when I tried again before I posted the below.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=138520617-14022011><FONT face=Arial
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=138520617-14022011><FONT face=Arial
color=#0000ff size=2>I am not at my desk now and will test with IE7 and IE8
later.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=138520617-14022011><FONT face=Arial
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=138520617-14022011><FONT face=Arial
color=#0000ff size=2>Thanks</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=138520617-14022011><FONT face=Arial
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV> </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>brian.duncan@kattenlaw.com /
www.kattenlaw.com<BR> </FONT></P>
<DIV> </DIV><BR>
<DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B> zendto-bounces@zend.to
[mailto:zendto-bounces@zend.to] <B>On Behalf Of </B>Duncan, Brian
M.<BR><B>Sent:</B> Monday, February 14, 2011 10:55 AM<BR><B>To:</B> ZendTo
Users<BR><B>Subject:</B> [ZendTo] Re: Release 3.64 with upload progress
bars<BR></FONT><BR></DIV>
<DIV></DIV>
<DIV dir=ltr align=left><SPAN class=628364616-14022011><FONT face=Arial
color=#0000ff 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><FONT face=Arial
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=628364616-14022011><FONT face=Arial
color=#0000ff size=2>So now it is:</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=628364616-14022011><FONT face=Arial
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=628364616-14022011><FONT face=Arial
color=#808080
size=2>
<script
type="text/javascript"><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>
</script><BR></FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=628364616-14022011><FONT face=Arial
color=#0000ff 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><FONT face=Arial
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=628364616-14022011><FONT face=Arial
color=#808080 size=2> <div id="progress"
style="visibility:hidden;width:300px;padding:4px;border:2px solid
#C01010;background:#FFF0F0;color:#C01010;valign:top;"><BR>
<b>Upload Progress:</b><br/><BR>
<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"><BR>
</iframe><BR> </div><BR></FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=628364616-14022011><FONT face=Arial
color=#0000ff size=2>I added the frameborder="0" from earlier, when I compared
that to the one in the templates directory.</DIV></FONT></SPAN>
<DIV><FONT face=Arial color=#0000ff size=2></FONT> </DIV>
<DIV><SPAN class=628364616-14022011><FONT face=Arial color=#0000ff 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><FONT face=Arial color=#0000ff
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=628364616-14022011><FONT face=Arial color=#0000ff 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><FONT face=Arial color=#0000ff
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=628364616-14022011><FONT face=Arial color=#0000ff 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><FONT face=Arial color=#0000ff
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=628364616-14022011><FONT face=Arial color=#0000ff
size=2>Thanks!</FONT></SPAN></DIV>
<DIV><SPAN class=628364616-14022011><FONT face=Arial color=#0000ff
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=628364616-14022011><FONT face=Arial color=#0000ff
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>brian.duncan@kattenlaw.com /
www.kattenlaw.com<BR> </FONT></P>
<DIV> </DIV><BR>
<DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B> zendto-bounces@zend.to
[mailto:zendto-bounces@zend.to] <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>
<DIV></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 content="MSHTML 9.00.8080.16413" name=GENERATOR>
<DIV dir=ltr align=left><SPAN class=012124314-14022011><FONT face=Arial
color=#0000ff 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 face=Arial
color=#0000ff 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 & 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 face=Arial
color=#0000ff 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 face=Arial
color=#0000ff 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 face=Arial
color=#0000ff 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 face=Arial
color=#0000ff 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 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></BODY></HTML>