Search

You searched for the word(s):
Showing page 5 of 7 (64 total posts) < 1 second(s)
  • Re: How to store attachments in SQL Database

    Hi Adam, just tried again: As soon as I take away access rights of ''Everyone'' for ''C:\Windows\Temp'' I get the above mentioned error (''Access to the path ''C:\Windows\Temp'' is denied''). I've added this line in my web.config appSettings &lt;add key=''CuteEditorTempPath'' value=''~/CuteEditorTemp'' /&gt;
    Posted to Cute Editor for .NET (Forum) by Kai2 on July 3, 2007
  • Remove checkbox in 'Insert'-Dialog Window

    Hi all, I'm not too sure about the meaning of the checkbox in the list window when you click on the PDF Icon (''Downloadable files''). My suggestion was that I could select several files and then add them via the ''Insert''-Button, but that does not work. Technically it's clear because the Insert-Box just shows one link, but my users would ...
    Posted to Cute Editor for .NET (Forum) by Kai2 on July 3, 2007
  • Re: Bug in sort order when uploading new file

    Hi Adam, no, it doesn't (at least for me). You need to click several times on ''Name'', then again all numbers are listed at the top. But nevertheless the example helped a lot. I was confused by the initial sorting order, and there I see it's sorted by extension. I wasn't aware of that before. Nevertheless the sorting is a bit ...
    Posted to Cute Editor for .NET (Forum) by Kai2 on June 27, 2007
  • Bug in sort order when uploading new file

    Hi all, just a minor bug I noticed: When uploading a new file the sort order for existing files does not work correct for files starting with a number. These files are always at the top, regardless of the sorting order. All other files are sorted correct. I've modified my CuteEditors to store all attachments in SQL Database, not sure whether ...
    Posted to Cute Editor for .NET (Forum) by Kai2 on June 26, 2007
  • Re: How to store attachments in SQL Database

    Hi Adam, thanks for your help. Unfortunately it's still the same error, Access denied to C:\Windows\Temp. Seems CE did not recognize my new settings in web.config. (I've added &lt;add key=''CuteEditorTempPath'' value=''~/CuteEditorTemp'' /&gt; to the AppSettings-Section). Additionally sometimes I get an ''Unknown Error - maybe the file ...
    Posted to Cute Editor for .NET (Forum) by Kai2 on June 25, 2007
  • Re: How to store attachments in SQL Database

    Hi all, as no replies found here I checked the code on my own. I found that the translator from c# to vb.net caused the problems. After playing around with the downfile.aspx.vb I found a configuration where opening uploaded documents works fine! :-) If anyone is interested here is my current DownFile.aspx.vb. So as a wrap up regarding my ...
    Posted to Cute Editor for .NET (Forum) by Kai2 on June 25, 2007
  • Re: How to store attachments in SQL Database

    Hi Adam, any ideas? Thanks!
    Posted to Cute Editor for .NET (Forum) by Kai2 on June 20, 2007
  • Re: How to store attachments in SQL Database

    Just checked the file I downloaded. It'S ''CuteEditor_for_NET6'' together with .net 2.0. The ''Framework 2.0''-Folder within the downloaded zip is from 10.April 2007 19:39. I've now also added it to my signature I case there are further posts in other threads.
    Posted to Cute Editor for .NET (Forum) by Kai2 on June 15, 2007
  • Re: How to store attachments in SQL Database

    Hi Adam, I'm getting closer.... I've now translated&nbsp; SQLFileStorage to VB with the translator. I got around 10 errors but fixed them (hope the fixes are all correct). I've created the SQL-Table with your script. When I start the application I could click on the PDF-Icon to upload a file. When I selected a file I got an error ...
    Posted to Cute Editor for .NET (Forum) by Kai2 on June 14, 2007
  • Re: How to store attachments in SQL Database

    Hi Adam, yes, I've added it to my local inetpub and I could start the application. But I don't know what needs to be done to use it in my existing project. The example is in C# but I guess I could just translate it with the C#Translator to VB.net. The example is in .net 1.1 but my project uses .net 2.0. Is there any ...
    Posted to Cute Editor for .NET (Forum) by Kai2 on June 12, 2007