﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - WebTextEditor - insert file from computer</title><link>http://www.intersoftsolutions.com/Community/WebTextEditor/insert-file-from-computer/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>insert file from computer</title><link>http://www.intersoftsolutions.com/Community/WebTextEditor/insert-file-from-computer/</link><pubDate>Thu, 15 Apr 2010 23:36:30 GMT</pubDate><dc:creator>julia</dc:creator><description>&lt;p&gt;Hi Ca,&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;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:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;in &amp;lt;httpHandlers&amp;gt;&lt;/strong&gt;&lt;/p&gt;&lt;pre&gt;&amp;lt;add verb="GET" path="WebFileUploaderHttpHandler.axd" validate="false" type="ISNet.WebUI.WebTextEditor.WebFileUploaderHttpHandler, ISNet.WebUI.WebTextEditor" /&amp;gt;&lt;/pre&gt;

&lt;p&gt;&lt;strong&gt;in &amp;lt;httpModules&amp;gt;&lt;/strong&gt;&lt;/p&gt;&lt;pre&gt;&amp;lt;add name="WebFileUploaderHttpModule" type="ISNet.WebUI.WebTextEditor.WebFileUploaderHttpModule, ISNet.WebUI.WebTextEditor" /&amp;gt;&lt;/pre&gt;

&lt;p&gt;It its not there, please copy and paste it into your web.config.&lt;/p&gt;
&lt;p&gt;Hope this helps.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Julia&lt;/p&gt;</description></item><item><title>insert file from computer</title><link>http://www.intersoftsolutions.com/Community/WebTextEditor/insert-file-from-computer/</link><pubDate>Thu, 15 Apr 2010 02:05:14 GMT</pubDate><dc:creator>ismail</dc:creator><description>&lt;p&gt;thanx for the reply,&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;i have tried with your solution , i am getting the error as in the below given image.&lt;/p&gt;
&lt;p&gt;Also i am getting the same error, while  trying your WebFileUploader Example.&lt;/p&gt;
&lt;p&gt;I am using Visual studio 2005 as a development environment. is it working on vs 2005.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;thanx and regards&lt;/p&gt;
&lt;p&gt;ca &lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>insert file from computer</title><link>http://www.intersoftsolutions.com/Community/WebTextEditor/insert-file-from-computer/</link><pubDate>Wed, 14 Apr 2010 23:54:09 GMT</pubDate><dc:creator>julia</dc:creator><description>&lt;p&gt;Hi Ca,&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;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.&lt;/p&gt;
&lt;p&gt;To use upload mode in our WebTextEditor sample "InsertAndEditImage", you will need to set the &lt;strong&gt;Enabled&lt;/strong&gt; and &lt;strong&gt;AllowUserUpload&lt;/strong&gt; to &lt;strong&gt;true&lt;/strong&gt;. You can find these properties in the following:&lt;/p&gt;
&lt;p&gt;&lt;em&gt;WebTextEditor properties &amp;gt; FileUploaderSettings &amp;gt; &lt;strong&gt;Enabled&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;WebTextEditor properties &amp;gt; Media Resources (collection) &amp;gt; Resources (collection) &amp;gt; &lt;strong&gt;AllowUserUpload&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;We also have documentation for detail steps on how to use file uploader. Please find the documentation with title "&lt;strong&gt;Walkthrough: Integration with WebFileUploader&lt;/strong&gt;".&lt;/p&gt;
&lt;p&gt;I hope this helps.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Julia&lt;/p&gt;</description></item><item><title>insert file from computer</title><link>http://www.intersoftsolutions.com/Community/WebTextEditor/insert-file-from-computer/</link><pubDate>Wed, 14 Apr 2010 10:23:28 GMT</pubDate><dc:creator>ismail</dc:creator><description>&lt;p&gt;hi all,&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;in the text &lt;a href="http://live.intersoftpt.com/cs/WebTextEditor/WebTextEditor/InsertAndEditImage.aspx?noframe=1&amp;amp;path=/WebTextEditor/Rich%20Text%20Editor/Core%20Editing%20Features" target="_blank"&gt;editor live example&lt;/a&gt; given below i am not able to insert image from computer.&lt;/p&gt;
&lt;p&gt;i am getting the popup message "File uploader not enabled" message. &lt;/p&gt;
&lt;p&gt;The same is happening from my installed example.&lt;/p&gt;
&lt;p&gt;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??&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;thanks and regards&lt;/p&gt;
&lt;p&gt;ca&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>