ajax uploader issue in asp.net 4.0

  •  07-24-2012, 5:55 AM

    ajax uploader issue in asp.net 4.0

    I am using ajaxuploder in asp.net. 

    Its working fine in local,
    but it gives me error in live environment.,
     

    Failed to load resource: the server responded with a status of 500 (Internal Server Error).

    This error comes at the end of file uploading process.

    this is that control's markup.,

    <CuteWebUI:Uploader runat="server" ID="Uploader1" MultipleFilesUpload="True" OnUploadCompleted="Uploader1_UploadCompleted" > 
    </CuteWebUI:Uploader>

    I have done all things by the documents u have provided.
View Complete Thread