Error when clicking upload button

  •  04-20-2009, 6:48 AM

    Error when clicking upload button

    Hi, After clicking the upload button I'm getting this error:

    Microsoft VBScript runtime  error '800a0005'

    Invalid procedure call or argument

    /webadmin/CuteEditor/CuteEditor_Files/include_upload.asp, line 122

    The image upload with size 0
     
    This is the relevant lines:

    For nIndex = 1 to LenB(FileData)

    oFile.Write Chr(AscB(MidB(FileData,nIndex,1)))

    Next


    Is it permissions issue? Please help this is on our client site.
View Complete Thread