Search

You searched for the word(s): directory
Showing page 2 of 102 (1,011 total posts) < 1 second(s)
  • Re: Uploading files to different directory

    HI tanveerahmed_786   you can try.                         string str = Request.ApplicationPath + ''/uploads/'' + ...
    Posted to Cute Editor for .NET (Forum) by KenChen on January 13, 2010
  • Re: write to virtual directory?

    Zhang,   >>1: Will this tool work for my situation, read/write to virtual directory on another computer?   Yes.   >>2: How to check if the file/driectory exists in the virtual directory, using filesystem object?   You have to check the file/driectory exists by writing your own ...
    Posted to Cute Editor for .NET (Forum) by Adam on February 23, 2006
  • Re: Problem with client files in virtual directory

    Adam,   You are my hero.   IT WORKS.   Guys here's what I did.   download the newest version of the editor here : http://cutesoft.net/downloads/folders/cute_editor_current_releases/entry21904.aspx   you'll notice the new .dll is 580 KB and dated June 27, 2007   work with it in your project.   Take ...
    Posted to Cute Editor for .NET (Forum) by oompah on June 27, 2007
  • Re: Image directory access issue using CE on DNN

    Thanks Adam - I had to search the forum to find where the provider vb file actually was, and used the instructions in this post to edit it...   ...which didnt work. Making that change disables access to most of my modules and my entire navigation menu module disappears.   Obviously I need to edit something else or do something ...
    Posted to Cute Editor for .NET (Forum) by mcampbell on April 29, 2008
  • Re: Unable to fund the uploaded file in directory : C:\Windows\TEMP\

    leesam, The upload component of Cute Editor is Ajax Uploader.   This component can auto dectec the client's browser and decides to load silverlight, flash or iframe solution.   Since flash 10 release, Adobe changed FileReference.browse() method. In Flash Player 10 you can no longer spawn this dialog window programmatically and it ...
    Posted to Cute Editor for .NET (Forum) by Adam on April 2, 2009
  • Re: Members Username as File Prefix?

    Yes, it's possible.   If you are using the DNN, you need to change the following code of CEHtmlEditorProvider.vb:                             If _UseDNNRoleASFileNamePrefix ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 20, 2006
  • Re: Problem with client files in virtual directory

    This post is in regards to the threads on http://cutesoft.net/forums/permalink/30562/28800/ShowThread.aspx   PROBLEM WITH CLIENT FILES IN VIRTUAL DIRECTORY [DirectoryNotFoundException: Could not find a part of the path 'C:\Development\CuteEditorTest\Editor\Editor.cep'.]....   1. Download the latest build: The latest build ...
    Posted to Cute Editor for .NET (Forum) by erjjones on June 27, 2007
  • Re: Virtual directory & different app pools

    you bet. Last Error: Inner Exception Source: System.Web Message: The virtual path '/cutesoft_client/cuteeditor/template.aspx' maps to another application, which is not allowed. Stack: at System.Web.VirtualPath.FailIfNotWithinAppRoot() at System.Web.HttpContext.RewritePath(VirtualPath filePath, VirtualPath pathInfo, String ...
    Posted to Cute Editor for .NET (Forum) by michael@averetek.com on May 14, 2008
  • Re: Problem while setting the Image Directory programatically

    Thanks Adam for the quick post. It did helped me resolving my problem as to READONLY. Though there was one more thing that I was not adhering to that is to change   MyPath = Server.MapPath(''/Uploads/'' & UserId & ''/'')  to   MyPath = ''~/Uploads/'' & UserId & ''/''It is now working smoothly as ...
    Posted to Cute Editor for .NET (Forum) by rohitrawat on July 6, 2005
  • Make the html tag pointing to Root directory

    I have a custom button in the editor that replaces the Insert image button in the Cute Edior. my problem is when i insert the picture in the Editor and view the html it comes as <img src=''Employees/25/Tms_Test/img1.jpg''> which is a folder in my page where i store the uploaded files. so when i display the image later the grid it is not ...
    Posted to Cute Editor for .NET (Forum) by rayashraf on February 26, 2008