Yes, I am using JS on the landing page to get the time difference, and 
the time is not really being stored anywhere, it's just for the peace of 
mind of the client.  So, I just output that value on the landing page as 
in "file qwerty.pdf took xxx seconds to upload".   The client now has a 
concrete idea of how long each file takes to upload.

Honestly, this thing serves no purpose whatsoever to me or the file 
upload system.  I won't get into the "whys", but it made my client very 
happy.  So, job well done!  :)

Munson, Jacob wrote:
>> I went ahead with the cookie method via javascript, which 
>> fires off when 
>> the user clicks the "Submit" button.  Seems to be a good ballpark 
>> estimate of how long the process took.  It never needed to be 
>> spot-on, 
>> just an estimate.  Works out just fine.  Thanks for all the 
>> great ideas!
> 
> Well, like Claude said, with this method you have to compare client side
> vs. server side.  This is bad because of simple clock differences, time
> zones, etc.  Unless you are using JS on the landing page to get the end
> time and do the math.  That way both times come from the client, but you
> still have to get the data back to your server.
> 
> 
> ----------
> 
> This transmission may contain information that is privileged, confidential 
> and/or exempt from disclosure under applicable law. If you are not the 
> intended recipient, you are hereby notified that any disclosure, copying, 
> distribution, or use of the information contained herein (including any 
> reliance thereon) is STRICTLY PROHIBITED. If you received this transmission 
> in error, please immediately contact the sender and destroy the material in 
> its entirety, whether in electronic or hard copy format. Thank you. A1.
> 
> 
> 
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:242598
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to