Search

You searched for the word(s): upload'A=0
Showing page 267 of 656 (6,557 total posts) < 1 second(s)
  • Re: disable constrain proportions for an image?

    By specifying the height and width in the img-tag, you will not optimize the image quality and image loading speed. The full size image will be loaded over the wire to the browser, then the browser will do the shrinking. It could be get some distortions. It all depends on the client monitor and browser. If you want to resize the image and have ...
    Posted to Cute Editor for ASP (Forum) by Adam on October 20, 2006
  • Demo vs Licensed

    I downloaded CuteSoft.NET and it works great from the development computer. However I can't seem to make it work from the ''testing'' server. I have publish the site and upload to my testing server so the boss can get a look at the app in action before he decides to purchase the product.Are there restrictions on the downloaded version? I don't ...
    Posted to Cute Editor for .NET (Forum) by tamaule on October 10, 2006
  • Re: max file sizes

    Adam:       ...*sigh*... What I want is help setting the limits in Cute Editor's config so I don't bust through the 4 meg limit: That is, I've created a new security config XML file, set MaxMediaSize to 4000, referenced it in my page instance of Cute Editor, and MaxMediaSize is unaffected (it still shows 9.7 megs in ...
    Posted to Cute Editor for .NET (Forum) by jjonesdtrt on September 19, 2006
  • Re: Live Support Client - JIT Debugging

    vinceh,   When you initially open the program you will see the screen below: Web service Url: The Url of your website. You can set default value of Web service Url by editng LiveSupport.exe.config file. <add key=''CuteChatServiceUrlBase'' value=''http://yoursite.com''/> If the Web service Url you entered doesn't match the ...
    Posted to Cute Live Support (Forum) by Adam on September 3, 2006
  • How to trigger dialog messages

    Hi   Is it possible to make an error handler that triggers the dialog messages like UnableUploadfile and  FileformatNotsupported? It's in the SqlFileStorage.cs file, I want to trigger these messages. As it is now the methods has a return value, normally a string value. No matter what I return, the dialog shows the ...
    Posted to Cute Editor for .NET (Forum) by Torben on July 18, 2006
  • CustomFileProvider and separating one user's images from another

    Hi,   We used to tell Cute Editor's Image Uploader to store images in contextually-generated sub folder paths so that User A's images are not visible to User B. This is possible thanks to Cute Editor's SetSecurityGalleryPath and friends.   We are making a switch to DB-storage of these same images. Thanks to the CustomFileProvider we ...
    Posted to Cute Editor for .NET (Forum) by obiwantcp on July 9, 2006
  • CuteEditor 5.3 produces an error when using App_Browsers

    Hello Adam,   I found out a problem which sounds a little bit complicated.   I have this in my App_Browsers directory: <browsers> <browser refID=''Default''>   <controlAdapters>   <adapter ...
    Posted to Cute Editor for .NET (Forum) by joergbauer on July 8, 2006
  • null in URL for Images & Downloadable Files

    Hi,   I am testing CuteEditor for DNN 4.x.  My main purpose for reviewing the CuteEditor is the support for more than just images, but documents and rich media as well.    I installed the program into my DNN installation with ease.  However, when I edit a Text/HTML Module and click the ''downloadable files'' ...
    Posted to Cute Editor for .NET (Forum) by risedev on May 18, 2006
  • Issue: uploading .pdf file in Cute Editor for .NET version 5

    Hi Adam, In the security policy file (default.config, admin.config and guest.config) I had set the value of max file file upload size as: <security name=''MaxDocumentFolderSize''>102400</security> And in my program also I had set it as: Editor1.Setting[''security:MaxDocumentSize''] = ''102400''; My issue is that when I am ...
    Posted to Cute Editor for .NET (Forum) by gurpreet on May 17, 2006
  • On my exported pdf.file everytheng comes out on top everything else. Why is it that way

    I am trying to make a pdf from my CuteEditor version 5.2. I use the SavePDF-method. Below is the original HTML. You can se the resulting pdf at this adress ''http://www.sif-tele.com/Upload/testpdf.pdf What am i doing wrong <h1>Rubrik 1</h1> <div>&nbsp;</div> <div>&nbsp;Här är ...
    Posted to Cute Editor for .NET (Forum) by sostma on March 19, 2006