Search

You searched for the word(s): error,io
Showing page 3 of 158 (1,571 total posts) < 1 second(s)
  • Re: Error when installaing ajax uploader!

    I did that, below is my web.config:   <?xml version=''1.0''?> <configuration>   <system.web> <authentication mode=''Forms'' /> <compilation debug=''true'' strict=''false'' explicit=''true'' > <assemblies> <add assembly=''System.Design, Version=2.0.0.0, Culture=neutral, ...
    Posted to Ajax Uploader (Forum) by cassini on December 2, 2008
  • Handling error message on Start Upload if the session has expired

    The issue we have is that if a user selects files to upload and then leaves the page up long enough to have the session expire, when they click start upload an error shows that says unknown error and lists the code of the page.  I need to be able to either trap the error and show a better error.  We don't want to put in logic to keep ...
    Posted to Ajax Uploader (Forum) by LauraHughes on October 28, 2013
  • Re: Access Denied Error on some uploads

    Hey Ken,  Below is the complete error message. I was just curious why a couple of users get the error message and I actually tried uploading the same photo without any problems (we set the config to accept large file sizes) and this photo was just 2 mbs. I will try check the permission on the temp directory that is one area I had not checked ...
    Posted to Ajax Uploader (Forum) by walker1475 on June 21, 2012
  • Re: FLM Error:12030,

    Hi Ken, For multiple file upload, we made a test setting UploadType to CuteWebUI.UploadType.Silverlight, and the same error occurs (''FLM error xxx''). So it has defenitvely nothing to do with Flash.   And as state before, for single file upload we set UploadType to CuteWebUI.UploadType.IFrame, and we get the error ''unable submit form, ...
    Posted to Ajax Uploader (Forum) by pierre on February 14, 2012
  • Unknow Error on execution

    Unknown error when executing Uploader. I can select files and after open button I get an error message from Visual Studio: htmlfile: Unknown runtime error   in Web.config : <add key=''CuteWebUI.AjaxUploader.TempDirectory'' value=''~/UploaderTemp''/> <add key=''AjaxUploaderLicense'' value=''AjaxUploader.lic'' ...
    Posted to Ajax Uploader (Forum) by Bernhard on April 7, 2011
  • Javascript error "Access Is Denied"

    Hi, When trying to upload a file to our web server using the cute uploader control I get a javascript error telling me the Access is denied.  I have tried to do the same thing on my local machine and on a staging environment and in both cases it works fine it just has an issue with the live web server for some reason. What makes ...
    Posted to Ajax Uploader (Forum) by alun1234 on March 23, 2011
  • Re: Failed to load resource: the server responded with a status of 500(Internal Server error)

    Hi Kenneth.,      Now the delay problem solved, but i tested the my application in various scenario, that time i was met that same error again. Failed to load resource: the server responded with a status of 500(Internal Server error) .Is there any code to flush or clear the ajax uploder after uploading a ...
    Posted to Ajax Uploader (Forum) by ssjganesh on July 26, 2012
  • Re: Error upload ie8.0.7601.17514CO : File not find

    Hi mtanquerel, Does it got problem with all files? Or just large file?   Try create an folder name “mytemp” under your site root and set it for property “TempDirectory”. Give the full permission to user “Everyone” of this folder to test it again.   <CuteWebUI:Uploader runat="server" ID="uploader1" ...
    Posted to Ajax Uploader (Forum) by Kenneth on September 25, 2013
  • Re: can we set the customized javascript pop up error message for max size and max files limit validations?

    Hi mvjr,   Please use property "FileTooLargeMsg" and "MaxFilesLimitMsg".   <CuteWebUI:UploadAttachments runat="server" ID="Uploader1" MaxFilesLimit="1"  FileTooLargeMsg="file too large" MaxFilesLimitMsg="support 1 file a time">       ...
    Posted to Ajax Uploader (Forum) by Kenneth on January 25, 2013
  • Re: Call to MvcUploadFile.MoveTo throws an error

    Hi samh,   Pleaset create a folder under the root of your site and name it to UploaderTemp, then set the TempDirectory for the uploader control in web.config as below.   <appSettings>     <add key="CuteWebUI.AjaxUploader.TempDirectory" value="~/UploaderTemp"/> ...
    Posted to Ajax Uploader (Forum) by Kenneth on November 21, 2012
< Previous 1 2 3 4 5 Next > ... Last »