Sign in | Join
Last post 04-21-2009 9:06 AM by Mahwish. 3 replies.
Sort Posts: Oldest to newest Newest to oldest
Hello!
i m using FCKEditor with my ASP .Net application. i want to customize its file browsing and file uploading mechanism. i want tht when image is uploaded its thumbnail should also be saved to some location and then later i want to show it in image browser. i hv done coding of showing it in image browser but i hv no idea where to add code for uploading image thumbnail alongwith image itself.
so if there is some solution then plz let me knw.
Checkout this site, it might be helpful
http://www.eria.ee/ext/FCKv2_RC2/_docs/contents/002.html
For image uploading you need a Dot Net uploader for it - please see the FckEditor Uploader project at http://www.codeplex.com/FCKFileManager
This uses a MySQL backend database, in the current version. At some point I will return and separate out the DAL so as to make it switchable between databases.
i couldnt solve it by changing fckeditor image manager.
i had to create my own image manager and i customized all functionality in tht.
so this problem is solved for me