Search

You searched for the word(s): IE 9 upload
Showing page 59 of 656 (6,557 total posts) < 1 second(s)
  • Upload Files - Filenames

    Hi there,   I only noticed this in v5.2 but is there a reason that spaces are not allowed in filenames anymore? I used to be able to upload files like 'My Logo.jpg' or 'Company Sales.pdf'. And is there a way to remove this restriction? It's helluva task to rename every file everytime...
    Posted to Cute Editor for .NET (Forum) by bobby on March 7, 2006
  • Re: NTFS Image Upload issues

    You do need give ASPNET account write permisssion to the gallerypath, flashgallerypath and filegallerypath.   >>While the demo doesn't have this problem.   Maybe you are tesing the demo version on FAT32 file system.   If it's running on NTFS file system, please right click the upload folder and check the permission ...
    Posted to Cute Editor for .NET (Forum) by Adam on January 19, 2006
  • File upload path

    Hi,   I don't seem to be able to set the file upload path. This is what I try (where ceContent is an instance the editor):    ceContent.Setting[''security:FilesGallaryPath'']= ''~/UserRsx/documents'';  However I still get the default path: ''/uploads''The similar setting for ImageGalleryPath is working fine ...
    Posted to Cute Editor for .NET (Forum) by stormen on October 7, 2005
  • Re: html 5: The upload task is interrupted

    Hi,   Please refer to http://www.ajaxuploader.com/FAQ.htm#16 "How do I handle a large file upload?" secton, ensure that your large file upload settings are correct.  And you can send the info to Kenneth@CuteSoft.net directly.   Regards,   Ken 
    Posted to Ajax Uploader (Forum) by Kenneth on June 25, 2014
  • Re: Error on upload

    Hi cw808,   I thing you added the code in page load event, try add in Init.   protected override void OnInit(EventArgs e)    {        base.OnInit(e);   ...
    Posted to ASP.Net Image Gallery (Forum) by Kenneth on March 5, 2013
  • Re: disabled upload file button on demo

    John,   Now I guess that is an proxy/firewall issue.   Because for the silverlight XAP file, our server code do not provide header 'Content-Type' for it,   And the firewall may not allow the XAP to be downloaded , so the button keep disabled and waiting silverlight load.   We have add 'Content-Type' for it. Please try ...
    Posted to Ajax Uploader (Forum) by cutechat on May 5, 2009
  • Re: Error “html5 : The upload task is interrupted!” with 5+ MB files

    hi DavideDiametro, Do you get the same problem on the online demo http://aspuploader.com/demo/form-multiplefiles.asp? Is your site online? If so, can you send me your ploader page url? So I can check it for you. Kenneth@CuteSoft.net Regards, Ken 
    Posted to ASP Uploader (Forum) by Kenneth on July 26, 2012
  • Re: Unable to upload file while system using VPN.

    Hi obaid7400,   The VPN environment you mean is the server environment or the client side pc environment? If you mean the server, then please refer to http://www.ajaxuploader.com/FAQ.htm#16 "How do I handle a large file upload?" section, ensure that your large file upload settings are ...
    Posted to Ajax Uploader (Forum) by Kenneth on February 28, 2014
  • Re: During upload is in progress i need to change text of InserButton to "Uploading...."

    Hi krajiv23,   Please try the example page below, it shows you how to achieve this requirement. I use a button as the uploader button by property "InsertButtonID". And changed the text of this button when uploading and upload ...
    Posted to Ajax Uploader (Forum) by Kenneth on March 11, 2013
  • Re: Upload files without restriction of extension

    Kai, >>So how could I allow uploading all files? No, we don't allow upload all types of files. We have an internal files type array which contains all the files allowed to upload.  Even you add <item>.myfiletype</item> into the security policy file, this file type will be restricted if it's not in that ...
    Posted to Cute Editor for .NET (Forum) by Adam on December 9, 2008
« First ... < Previous 57 58 59 60 61 Next > ... Last »