Search

You searched for the word(s):
Showing page 2 of 2 (20 total posts) < 1 second(s)
  • Re: Error while browsing/uploading documents

    We bought CuteEditor for ASP on wednesday 14 september 2005 (using the Shareit ordering page). &nbsp; I just checked and it's version 4.1 !? How is that possible ?&nbsp; How do we get the updated version (4.2) ? Meanwhile we received another&nbsp;error report from our client...Will this one be fixed too after installing the 4.2 version ...
    Posted to Cute Editor for ASP (Forum) by silicoNimagE on September 29, 2005
  • Error while browsing/uploading documents

    Hey.&nbsp;I'm back :) &nbsp; Our client sent us a screenshot of an error that occurs using CuteEditor.From what I can see, the problem occurs on the document upload/gallery page ? &nbsp;
    Posted to Cute Editor for ASP (Forum) by silicoNimagE on September 28, 2005
  • Re: Marquee tool ?

    Thank you very much.
    Posted to Cute Editor for ASP (Forum) by silicoNimagE on September 28, 2005
  • Re: Marquee tool ?

    Could you please direct me to the documentation on how to code addon tools for Cute Editor (ASP edition) please. &nbsp; Very urgent !
    Posted to Cute Editor for ASP (Forum) by silicoNimagE on September 27, 2005
  • Marquee tool ?

    Hey. &nbsp; Getting the file upload (see previous post) to work was a great step foward, our client is very satisfied (if&nbsp;we hadn't got this to work,&nbsp;we would probably have had a lawsuit by now &nbsp;). &nbsp; However, they have requested a marquee tool.&nbsp; If I understand correctly, I can create that tool myself pretty easily, ...
    Posted to Cute Editor for ASP (Forum) by silicoNimagE on September 24, 2005
  • Re: URGENT file/image upload problem

    First of all, I didn't change any of your code, I just added some response.write stuff to check if all paths to the image and document folders&nbsp;were created correctly by CuteEditor. I already removed my changes. For example: &nbsp; ../website/Brussels/4/images ../website/Brussels/41/images ../website/Cyprus/1/images ...I was already ...
    Posted to Cute Editor for ASP (Forum) by silicoNimagE on September 24, 2005
  • Re: URGENT file/image upload problem

    Been debugging the uploading routine of CuteEditor a bit. &nbsp; The problem is situated in this routine: For nIndex = 1 to LenB(FileData)&nbsp;&nbsp;&nbsp;&nbsp; oFile.Write Chr(AscB(MidB(FileData,nIndex,1)))&nbsp;&nbsp;&nbsp; &lt;-----Next &nbsp; When I retrieve the ''Set oFile = oFS.CreateTextFile(sPath &amp; FileName, True)'' path from ...
    Posted to Cute Editor for ASP (Forum) by silicoNimagE on September 23, 2005
  • Re: URGENT file/image upload problem

    About that first upload try... &nbsp; When the 'Insert Image' popup appears, I CAN browse the exact folder to select a file. &nbsp; Very strange that it doesn't do the upload correcly then !?
    Posted to Cute Editor for ASP (Forum) by silicoNimagE on September 23, 2005
  • Re: URGENT file/image upload problem

    And please don't start with set the ''IUSR_&lt;...&gt;'' permissions, they are all set correct. The fact that it does work the second time proves this. Maybe&nbsp;a bug ?Or do I need to set some other property for CuteEditor to find the path the first time ? &nbsp; K.
    Posted to Cute Editor for ASP (Forum) by silicoNimagE on September 23, 2005
  • URGENT file/image upload problem

    Here is my path specification: &nbsp;------------------------------ 'paths to files CheckOrCreateFolder Trim(CStr(OfficeName)), Trim(CStr(LanguageID)), ''images'' editor.ImageGalleryPath = ''../website/'' &amp; Trim(CStr(OfficeName)) &amp; ''/'' &amp; Trim(CStr(LanguageID)) &amp; ''/images'' ------------------------------ The first try to ...
    Posted to Cute Editor for ASP (Forum) by silicoNimagE on September 23, 2005