Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

We would like to track if a user has downloaded a file completely from our website. How do I know for sure that the user has downloaded this file fully without any issues. How should I go about designing this?

Our application is a j2ee app (richfaces, jboss, mysql) and the downloadable files will be served either from the database or from the file system.

share|improve this question
programming language? – genesis Sep 9 '11 at 13:38
What language? What platform? Can you add details that will be useful for those that want to answer? – Oded Sep 9 '11 at 13:38
Its a web application built using java technologies and the data itself might be fetched from a database or a file system – Joe Sep 9 '11 at 13:51
'web application built using java technologies' is still very vague. Makes it hard for anybody to answer your question meaningfully. Also, if you provide more information, its better to edit the question than to post a comment below. – ArjunShankar Sep 9 '11 at 14:18
@submachine - Let me know if its still not clear – Joe Sep 9 '11 at 14:36

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.