Due to the lack of an answer to my original question , possibly due to poor wording on my part. Since then, I thought about my original question and decided to rewrite it, I hope, for the better! :)
We create custom business software for our customers, and quite often they want to add applications to specific business objects. For example, they want to attach a Word document to a client or an image to a task. I am curious how others handle the following:
- How does the user attach documents? A single application? Batch application?
- How do you show attached documents? A simple list? Detailed list?
- And the killer’s question, how does the user then edit the attached documents? Is this possible in a web environment? The provided user can simply view the attachment.
- Is there a good management library to manage this process?
Our current development environment is ASP.NET and C #, but I don’t think it is a rather agnostic question when it comes to development tools, except that I need to work in a web environment.
It seems that we always encounter problems with the client and work with applications in a web environment, so I'm looking for some success that other programmers have had with their user base on how best to interact with attachments.
source
share