filepost.asp - expected end of statement problem

Last post 03-09-2006, 3:40 PM by rcroeder. 1 replies.
Sort Posts: Previous Next
  •  03-08-2006, 4:55 AM 16844

    filepost.asp - expected end of statement problem

    Hi,
     
    I am having a couple of issues when uploading images. When trying to upload a new image/flash file etc I get the following error message:
    ------------------------------------------
    Expected end of Statement
     
    filePost.asp line 141
     
    Response.Write "<script language=javascript>var OxOe890=["\x22 \x26 FilePath \x26\x22/\x22 \x26 File.FileName \x26 \x22","\x22\x26FilePath\x26\x22"]; parent.UploadSaved(OxOe890[0x0],OxOe890[0x1]) ;</script>"
     
    ------------------------------------------
     
    What do I need to look for to correct this?
     
    Thanks,
     
    Martin
  •  03-09-2006, 3:40 PM 16902 in reply to 16844

    Re: filepost.asp - expected end of statement problem

    trying changing that line to and see what happens.
     
    Response.Write "<script language=javascript>var OxOe890=['\x22 \x26 FilePath \x26\x22/\x22 \x26 File.FileName \x26 \x22','\x22\x26FilePath\x26\x22']; parent.UploadSaved(OxOe890[0x0],OxOe890[0x1]) ;</script>"
     
    RC
     
     
View as RSS news feed in XML