iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
hi all,
in the text editor live example given below i am not able to insert image from computer.
i am getting the popup message "File uploader not enabled" message.
The same is happening from my installed example.
I want to upload image from computer to web and it shows in the media gallery , so that i can select images. Can any one help me??
thanks and regards
ca
Hi Ca,
Based on your screenshot, there are missing modules in your web.config. Could you mind to see your web.config and check if the following modules has been added:
in <httpHandlers>
<add verb="GET" path="WebFileUploaderHttpHandler.axd" validate="false" type="ISNet.WebUI.WebTextEditor.WebFileUploaderHttpHandler, ISNet.WebUI.WebTextEditor" />
in <httpModules>
<add name="WebFileUploaderHttpModule" type="ISNet.WebUI.WebTextEditor.WebFileUploaderHttpModule, ISNet.WebUI.WebTextEditor" />
It its not there, please copy and paste it into your web.config.
Hope this helps.
Regards,
Julia
Actually the sample is explain more specific into how to insert image from Media Gallery into editor, so the UploadFile is not set since its not the main subject.
To use upload mode in our WebTextEditor sample "InsertAndEditImage", you will need to set the Enabled and AllowUserUpload to true. You can find these properties in the following:
WebTextEditor properties > FileUploaderSettings > Enabled
WebTextEditor properties > Media Resources (collection) > Resources (collection) > AllowUserUpload
We also have documentation for detail steps on how to use file uploader. Please find the documentation with title "Walkthrough: Integration with WebFileUploader".
I hope this helps.
thanx for the reply,
i have tried with your solution , i am getting the error as in the below given image.
Also i am getting the same error, while trying your WebFileUploader Example.
I am using Visual studio 2005 as a development environment. is it working on vs 2005.
thanx and regards
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname