You all have great products, including Aspose.Editor. I have the Aspose.Editor.Demo project working, and understand the logic. Before I venture into my own implementation, however, I was hoping you could give me some direction or alert me to some pitfalls.
Scenario: User uploads a document via an HTMLInputFile control to the server, then transfers to another page which contains the EditorControl. The Editor control opens that file, allows user to edit it and then save/complete the process. At which time the file is saved on the server and inserted into the database. The system uses ASP.NET 2.0 forms authentication, our default browser is IE 7, and the default OS is WinXP.
Which implementation of the Editor would work best for this scenario? Given that it is Forms-based authentication, should I used the PreloadStream() method?
Thanks!