Hi,
I have integrated FCK editor in my ASP.NET web application successfully.
My concern is the user will enter very huge data in the FCK editor. So, the database size will grow tremendously. So I planned to export the contents into file and the file will be saved into local disk during save operation.
I will again import the contents into the FCK editor during retrieval.
This is my concept. But I do not know how to implement this in my ASP.NET page.
I need your suggestions and some sample code. Please help me.
Deva
I have integrated FCK editor in my ASP.NET web application successfully.
My concern is the user will enter very huge data in the FCK editor. So, the database size will grow tremendously. So I planned to export the contents into file and the file will be saved into local disk during save operation.
I will again import the contents into the FCK editor during retrieval.
This is my concept. But I do not know how to implement this in my ASP.NET page.
I need your suggestions and some sample code. Please help me.
Deva