>> I need to measure bandwidth used because this is how I >> charge. Uploading is fine to measure, but is it possible >> to measure how many times an attachment was successfully >> accessed (either opened in browser or downloaded)? > >I would advise parsing the web server logs for this information for two >reasons: > >1) It will be more accurate and give you exact byte counts for the files >that were accessed. > >2) It will not tie up ColdFusion threads as using CFCONTENT would to serve >them up. If you have several people downloading large files at once over >relatively slow connections there is a chance that all of the available CF >threads could be ties up and the site would appear to become unresponsive to >others. > > >-Justin
Cool, Justin is this possible from client side, I do not own the server. (Some sample code will save me days of homework.) Is this also possible for measuring bandwidth from a cfmail execution.(Faced with same predicament). If you could provide the code , I'll give 5points of my revenue. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330376 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

