Search

You searched for the word(s):
Showing page 264 of 381 (3,805 total posts) < 1 second(s)
  • Re: Number of uploaded files

    Hi jerry2, &nbsp; Try the example below, in asp version there is not method the get the instance of the upload file, so you need to save it first. &nbsp; &nbsp; &lt;%@&nbsp; language=''VBScript'' %&gt; &lt;!-- #include file=''aspuploader/include_aspuploader.asp'' --&gt; &lt;!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ...
    Posted to ASP Uploader (Forum) by Kenneth on December 16, 2010
  • Re: How to reinitialize the Uploader

    Hi jerry2,&nbsp;Can you show me your example and the steps to reproduce this issue? I will test it and get back to you as soon as possible.&nbsp;Regards,&nbsp;ken
    Posted to ASP Uploader (Forum) by Kenneth on December 16, 2010
  • Re: How to upload file at the same time as the rest of the form is submitted?

    Hi jerry2,&nbsp;see the red code, it shows you how to detect if the upload queue has a file or not .&nbsp;&nbsp;&nbsp;&nbsp; if (uploadobj.getqueuecount() &gt; 0) &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;{ &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;uploadobj.startupload(); &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; ...
    Posted to ASP Uploader (Forum) by Kenneth on December 16, 2010
  • Re: File uploads being duplicated. (Uploader1_FileUploaded event firing multiple times per file?)

    Hi johansec,&nbsp;Try event UploadCompleted&nbsp;&nbsp;&nbsp;&nbsp; protected void uploader1_UploadCompleted(object sender, UploaderEventArgs[] args) &nbsp;&nbsp;&nbsp; { &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; for (int i = 0; i &lt; args.Length; i++) &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ...
    Posted to Ajax Uploader (Forum) by Kenneth on December 16, 2010
  • Re: Number of uploaded files

    Hi jerry2, &nbsp; question 1 &nbsp; Please try the example below &nbsp; &nbsp; &lt;%@&nbsp; language=''VBScript'' %&gt; &lt;!-- #include file=''aspuploader/include_aspuploader.asp'' --&gt; &lt;!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd''&gt; &lt;html ...
    Posted to ASP Uploader (Forum) by Kenneth on December 16, 2010
  • Re: How to upload file at the same time as the rest of the form is submitted?

    Hi jerry2, &nbsp; Please try the example below &nbsp; &nbsp; &lt;%@&nbsp; language=''VBScript'' %&gt; &lt;!-- #include file=''aspuploader/include_aspuploader.asp'' --&gt; &lt;!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd''&gt; &lt;html ...
    Posted to ASP Uploader (Forum) by Kenneth on December 16, 2010
  • Re: Images not appearing in the editor in IE8

    Hi Tobster,&nbsp;Can you reproduce this issue on demo http://www.cutesoft.net/example/general.aspx?&nbsp;If it just happen on your site, please send the test page url to Kenneth@CuteSoft.net, I will check it and get back to you as soon as possible.&nbsp;Regards,&nbsp;Ken
    Posted to Cute Editor for .NET (Forum) by Kenneth on December 13, 2010
  • Re: Downloadable Files Folder Navigation

    Hi stevens1973, &nbsp; Is your site online? If so, can you send the test page url and reproduce steps to Kenneth@Cutesoft.net? I will check it and get back to you as soon as possible. &nbsp; Regards, &nbsp; Ken
    Posted to Cute Editor for .NET (Forum) by Kenneth on December 10, 2010
  • Re: Downloadable Files Folder Navigation

    Hi stevens1973, &nbsp; Is your site online? If so, can you send the test page url and reproduce steps to Kenneth@Cutesoft.net? I will check it and get back to you as soon as possible. &nbsp; Regards, &nbsp; Ken
    Posted to Cute Editor for .NET (Forum) by Kenneth on December 10, 2010
  • Re: Max word count?

    Hi snips, &nbsp; The example below shows you how to get the same count as the right bottom in editor. hope it help. &nbsp; &nbsp; &lt;!-- #include file = ''cuteeditor_files/include_CuteEditor.asp'' --&gt; &lt;html&gt; &nbsp;&nbsp;&nbsp; &lt;head&gt; &nbsp; &nbsp;&lt;/head&gt; &nbsp;&nbsp;&nbsp; &lt;body&gt; &nbsp; &nbsp; ...
    Posted to Cute Editor for ASP (Forum) by Kenneth on December 9, 2010