Search

You searched for the word(s): web config
Showing page 52 of 176 (1,759 total posts) < 1 second(s)
  • Unable to write to folder

      After deploying the control to the testing environment I get the following error:  Unable to write to folder:~/Data/Temp.  Please change the permissions of this folder or specify a temporary folder using TempDirectory property or setting temporary file location in web.config. I have the following entry in the configuration ...
    Posted to Ajax Uploader (Forum) by anddell on July 12, 2009
  • 2GB Maximum File Size

    I need to upload photos which can now be 4GB so I don't think I can use the Ajax Uploader. Other systems can do it so I am not sure why this one cannot but I have seen the post saying it is a limitation of the browser.   But say I did want to use it, I have had problems before where the ISP has set the maximum request size down at 1GB in ...
    Posted to Ajax Uploader (Forum) by redware on June 15, 2009
  • Re: If I assign the TempDirectory dynamically, the ajaxupload control creates the directory if it is not there. I need to disable that

    Hi,   You can implement the custom uploader provider to save the temporary files.   1 - create a class which inherits the CuteWebUI.UploaderProvider   2 - register it into web.config appSettings:   <add key=''CuteWebUI.AjaxUploader.Provider'' value=''YourProject.YourProviderClass'' />   And then you can save ...
    Posted to Ajax Uploader (Forum) by cutechat on June 11, 2009
  • temp file path

    Hi First time with this product   I'm getting the message:   --------------------------- Windows Internet Explorer --------------------------- Unable to find the uploaded file in directory : C:\Users\Ian Pettman\AppData\Local\Temp\AjaxUploaderTemp --------------------------- OK   ---------------------------   (Same ...
    Posted to Ajax Uploader (Forum) by ian pettman on June 1, 2009
  • Re: Error: An invalid character was found in text content

    This turned out to be an encoding issue. I had the following line in my web.config file: <globalization enableClientBasedCulture=''true'' culture=''nl-NL'' uiCulture=''nl-NL'' requestEncoding=''ISO-8859-15'' responseEncoding=''ISO-8859-15'' fileEncoding=''iso-8859-15'' /> Changing that to:  <globalization ...
    Posted to Cute Editor for .NET (Forum) by MarjaR on May 22, 2009
  • White/Blank screen in chat room presented to the 7th user who joins, earlier chatters join fine and can chat away.

    Hello, we are experiencing an issue with our chat installation.  We are running the chat client as part of a larger custom website, we have a load balanced environment and have installed the software as recommended; with one server being the dedicated chat server and the website, balanced on both web servers set as clients.  This all ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by jdheywood on May 5, 2009
  • Re: Uploading image is very slow

    Ibrahim,   Can you upgrade to version 6.3 then try again?   If you still have problems, please try the steps below:   1. Create a folder under your project and name it ''CuteEditorTemp''; make sure ASPNET account has write permission to the above folder.   2. Open your web.config and add the following ...
    Posted to Cute Editor for .NET (Forum) by Adam on May 4, 2009
  • All .DotNetGallery files under one folder?

    Hello,   I have .DotNetGallery set up on a site that is a little disorganized and would like to restructure/clean it up a bit.   I created a folder underneath my root directory named gallery Underneath the gallery folder, I have the following: album1 album2 album3 documentation ...
    Posted to ASP.Net Image Gallery (Forum) by JosephR on April 9, 2009
  • Store license file on other location then bin folder

    Hello,   Is it possible to set the location of the licensefile by code or web.config ???? We do not want to store this in de bin folder. The bin is not included in our project and therefore also not added to sourcesafe.   We cannot imagine that other users do not need this feature. Is there a workaround for this ...
    Posted to Ajax Uploader (Forum) by perryvanherpen on March 10, 2009
  • Setting Gallery Path - working on 5.3, not on 6.2

    I've used CuteEdit 5.3 on a previous project for content management where a client in the admin subdirectory could upload content that would go to the main website.  This worked fine: // Set up editor txtEditor.BreakElement = BreakElement.P; txtEditor.SetSecurityImageGalleryPath(''~/../gfx/uploads'');   In CuteEdit 6.2, ...
    Posted to Cute Editor for .NET (Forum) by Dunc_NZ on January 21, 2009
« First ... < Previous 50 51 52 53 54 Next > ... Last »