Search

You searched for the word(s): upload'A=0
Showing page 149 of 656 (6,557 total posts) < 1 second(s)
  • Re: html5: the upload task is interrupted

    Hi fadhli,   Please set property UploaderDebug=1, it will open the debug mode.           <CuteWebUI:Uploader ID="uploader1" runat="server" UploaderDebug="1">         </CuteWebUI:Uploader> You can set the temp directory for the uploader control and ...
    Posted to Ajax Uploader (Forum) by Kenneth on February 27, 2013
  • Re: Image upload issues with upgrade to v6.6

    I still have the issue in Firefox...any ideas?   I found another issue in IE using the Image Editor. When using the ImageEditor I get the error below. Is this ''temp folder'' configurable in the web.config file like the AjaxUploader? I could give read/write to the path in the error...but I'd rather not.   Thanks!   Server ...
    Posted to Cute Editor for .NET (Forum) by cw808 on April 21, 2010
  • Re: Upload problem when i put UploadModule in web.config

    Hi megami56,   IIS 5.0, 6.0 and IIS 7.0 Classic mode<configuration>   <system.web>     <httpModules>       <add name=''CuteEditor.UploadModule'' type=''CuteEditor.UploadModule,CuteEditor''/>      </httpModules>   ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on December 4, 2009
  • Re: Uploader not working Chrome

    Hi,   Can you try demo http://www.ajaxuploader.com/Demo/simple-upload.aspx on your chrome? Does it gets the same issue? If yes, then I suggest you disable all plug-ins of your chrome to try again or do a new install of your chrome to test this. If you are using the ad block plug-in, then try to disable them to test ...
    Posted to Ajax Uploader (Forum) by Kenneth on July 23, 2018
  • Re: AllowedFileExtensions works only in IE, doesn't work in Chrome, Firefox, Opera

    Hi,   the setting still work, you can try select the other file extension and upload it, the conttrol will throw the error with file extension does not support. this due to the system/browser limitation, so we can not do the full control of the select file dialog, but the uploader will still valid the file extension at server side, do not ...
    Posted to Ajax Uploader (Forum) by Kenneth on January 26, 2016
  • Re: Fix uploads images

    Hi khosango,   Can you poste your editor page url and show me the full steps to reproduce this issue? So we can check it for you. Also you can send the info to Kenneth@CuteSoft.net.   By the way, if you want to custom the upload image store folder, please refer ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on August 12, 2014
  • Re: To inquire Cross Domain support

    Hi insk,   1. if you mean use it in the <iframe>, then it will work.   2. You can create a virtual directory under your site and save the upload file into this virtual directory. The virtual directory can point to any location or remote server, just ensure that your site has the write/read permission of the folder you ...
    Posted to Ajax Uploader (Forum) by Kenneth on March 6, 2014
  • Re: problem with refresh

    Can you try the following code?   <%@ Language="VBScript" %> <!-- #include file="aspuploader/include_aspuploader.asp" --> <html> <head>       <title></title>       <script ...
    Posted to ASP Uploader (Forum) by Adam on February 1, 2014
  • Re: File Attributes

    hi drdx,   1. After uploaded, you can get the upload file info like the code below, it is the server side php code, so I think you can achieve your sql code in it ...
    Posted to PHP File Uploader (Forum) by Kenneth on December 5, 2013
  • Re: SetSecurityFileNamePrefix & Templates

    HI alcom,   1. this setting only use for the upload file. So the create template function will not use what you for this setting.   2. if you want to add a common templates function, you can create your own custom button and open the custom insert template dialog. So the default one use as the private templates, and your custom one ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on November 5, 2013