upload problems with version 6.3 .net 1.x framework

  •  07-23-2009, 6:00 PM

    upload problems with version 6.3 .net 1.x framework

    I have no problems uploading files and documents using cuteeditor v6.3 in .net 2.0
     
    in codebehind I simply specify this
     

    cute.SetSecurityImageGalleryPath(GalleryPath)

    cute.SetSecurityImageBrowserPath(GalleryPath)

    cute.SetSecurityFilesGalleryPath(Documentpath)

     
    where GalleryPath and DocumentPath are good paths where I want the user to upload to an images or documents folder.
     
    When I try this same thing with .net 1.0 I get an error basically saying i can not upload to C:\windows\temp
     
    Please do not tell me I need to add this
     
    <add key="CuteEditorTempPath" value="~/CuteEditorTemp" />
     
    without explaining precisely where I should add it in my web.config - I tried every single possibly slot in my web.config file - all I get is "add" is not a recognized command
     
    Please advise.
     
    pat
     
View Complete Thread