Search

You searched for the word(s): IE 9 upload
Showing page 63 of 656 (6,557 total posts) < 1 second(s)
  • Re: Version 5.0 CuteSoft ASP Upload Error - Now Fixed

    Hi I had our Server Guy make the change to our Web Server to deal with this same issue. He set the limit to 500K. I set the editor limit to 300K. As long as the 500K limit isn't exceeded, the editor handles things gracefully. If the upload exceeds the server limit, the error described by donf is thrown. Are there more settings to ...
    Posted to Cute Editor for ASP (Forum) by Bill Rishsew on August 9, 2007
  • Re: AjaxUploader Control Upload is Slow and Then Fails

    Actually this seems to b related to session timeout. We have a 20 minute session timeout on our web app. If the upload takes more than 20 minutes this is the result. Basically I need a way to adjust the timeout value (make it higher) before the upload begins. Any suggestions would be greatly appreciated.   Jason
    Posted to Ajax Uploader (Forum) by jazzcatone on September 28, 2010
  • Re: Flash: the upload task is interrupted! io Error #2038

    Guys, I finally solved my problem. In my case  it was simply add the lines below in web.config file. <system.web>   <httpRuntime maxRequestLength=''102400'' executionTimeout=''3600'' /></system.web> and <system.webServer>  <security>   ...
    Posted to Ajax Uploader (Forum) by jonatasbloss on April 4, 2011
  • Re: Silverlight : The upload task is interrupted!

    Terry, I have tested it in local system and it is working fine without any issues it is giving error from server only. Please see the ajaxuploader POST headers in local and live server  In Local system (where working ...
    Posted to PHP File Uploader (Forum) by suneelrocks on October 12, 2009
  • Re: Help me! Can not support upload ai(adobe illustrator) files?

    /rte-uploads/members/246160/test_files.rar   hi,Ken   I have already sent  test file to your email twise, and the file is small. The upload control which I have bought can not upload any type  ...
    Posted to Ajax Uploader (Forum) by niyunzao on March 26, 2013
  • Re: Upload Button Not working in firefox 2.0

    hey, thanks for your instant reply.   we intend to use your control in a video website for uploading the videos. After uploading the video to a folder, we have to pass on the video to another 3rd party component media handler pro which will convert the uploaded file to flv format and stored that video at destination ...
    Posted to Ajax Uploader (Forum) by ssjal on December 26, 2008
  • Re: Storage provider and Upload provider

    Hi,    try this :   Editor1.SetSecurity("Gallery,Image", "*", "FileProviderType", typeof(SqlFileProvider).AssemblyQualifiedName);   the first parameter specified the categories which you want to apply the security setting .   "*" means all , ...
    Posted to Rich Text Editor for .NET and MVC (Forum) by cutechat on October 5, 2012
  • Re: JavaScript error during upload

    Hi,   your 'action' input field will override the form.action property. I think we need use form.getAttribute(''action'') for the new code..   1. If you only modify the attribute CancelUploadMsg it's not useful , because the cancel button is rendered as an real button. and be attached as the CancelButtonID   2. If you are ...
    Posted to Ajax Uploader (Forum) by cutechat on April 14, 2009
  • Re: Upload image and generate a random filename

    We've include this feature into CuteEditor version 5.2. Demo: http://cutesoft.net/example/general.aspx Download: http://cutesoft.net/Downloads/default.aspx Renaming images based on the time the file was uploaded In some situations, the developers need to reename images based on the time the file was uploaded. With Cute Editor, you can ...
    Posted to Cute Editor for .NET (Forum) by Adam on January 28, 2006
  • redirect after multiple upload

    I want to redirect a php page after i do a multiple upload.   I try to put <script type='text/javascript'>    function CuteWebUI_AjaxUploader_OnTaskComplete(task)    {       window.location.reload();    } </script>   but it run after first file uploaded.   How ...
    Posted to PHP File Uploader (Forum) by fmortara on October 26, 2011
« First ... < Previous 61 62 63 64 65 Next > ... Last »