Re: URGENT file/image upload problem

  •  09-23-2005, 7:09 AM

    Re: URGENT file/image upload problem

    Been debugging the uploading routine of CuteEditor a bit.
     
    The problem is situated in this routine:
    For nIndex = 1 to LenB(FileData) 
        oFile.Write Chr(AscB(MidB(FileData,nIndex,1)))    <-----
    Next
     
    When I retrieve the "Set oFile = oFS.CreateTextFile(sPath & FileName, True)" path from the code just above the previous code sample, then the path is 100% correct, e.g. c:\inetpub\wwwroot\adagio\website\Brussel\images\upImage.jpg.
     

    Hope you can help ASAP, deadline is within 2 hours !!!

    K.
     
View Complete Thread