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
455
Exceptions thrown from the upload control.
posted

I have noticed every time i select a client on the file the upload control post a small amount of data to the server and it causes an un-handled exception. Here is the exception message:

 

The file '/DigitalMailer.EDMS.CCC/ig_fua34sf345sdf13sdf3454erdsf2345asd3425df5235d54df345.aspx' does not exist.

 

Why?

Parents
No Data
Reply
  • 7566
    posted

    Hello Lenny,

     

    Follow this sample here :

    http://samples.infragistics.com/jquery/file-upload/client-side-events

     

    Make sure you have the httpHandlers for the file upload correctly added to your project also all the resourcefiles for it added in the project.

     

    <add key="fileUploadPath" value="~/Uploads" />

    This register the uploaded files to be added to the Uploads folder so that it means that you need Uploads folder in your root.

     

     

    I hope this helps.

    For any further questions do not hesitate to contact me.

     

    Sincerely,

    Georgi Sashev

    Developer Support Engineer

    Infragistics, Inc.

    http://ko.infragistics.com/support

Children