Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
665
WebUpload Not Working
posted

I'm not sure what I'm doing wrong here. I can't seam to get the handler wired up properly.

Please help!

 

 

 

 

 

WebUploadTest.zip
Parents
  • 23953
    Verified Answer
    Offline posted

    Hello neilfl,

    Your project uses VS development server i.e. IIS 6, so you should use the IIS 6 settings to register http handler and module. From what I see you didn't register the http module.

    Next you should add a folder named "Uploads" to the project. Also, remove "IGUploadStatusHandler.ashx" file from the project.

    Last, you're handling the OnUploadFinishing event in which you're deleting the uploaded file. This way you'll never see a file uploaded in the "Uploads" folder of the project. You should remove this handler if you want files uploaded.

    I'm reattaching your project with my suggestion applied.

    Best regards,
    Martin Pavlov
    Infragistics, Inc. 

    WebUploadTest.zip
Reply Children