Search

You searched for the word(s):
Showing page 2 of 123 (1,230 total posts) < 1 second(s)
  • Re: Change MultipleFilesUpload on-the-fly

    Hi smcleod,&nbsp;Please use server side code to set this:&lt;%@ Page Language=''C#'' %&gt; &lt;!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''&gt;&lt;script runat=''server''&gt; &nbsp;&nbsp;&nbsp; static int i = 0; &nbsp;&nbsp;&nbsp; void InsertMsg(string ...
    Posted to Ajax Uploader (Forum) by Eric on June 30, 2011
  • Re: Given DialogHeight is adjusting correctly in IE8 but not inIE 9.

    Hi Surya,&nbsp;I tested the following code in IE9, it works fine.&nbsp;One ''''' is missing in your code, you can have a comparison.&nbsp;&lt;%@ Page Language=''C#''%&gt; &lt;%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %&gt; &lt;html&gt; &nbsp;&nbsp;&nbsp; &lt;head&gt; &nbsp;&nbsp;&lt;title&gt;JavaScript ...
    Posted to Cute Editor for .NET (Forum) by Eric on June 30, 2011
  • Re: Change MultipleFilesUpload on-the-fly

    Hi smcleod,&nbsp;Please set MultipleFilesUpload=''false'' and try it again:&lt;%@ Page Language=''C#'' %&gt; &lt;!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''&gt; &lt;script runat=''server''&gt; &nbsp;&nbsp;&nbsp; void InsertMsg(string msg) &nbsp;&nbsp;&nbsp; ...
    Posted to Ajax Uploader (Forum) by Eric on June 30, 2011
  • Re: Automatically Redirect after Upload is complete

    Hi djnotepad,&nbsp;I advise you refer to http://cutesoft.net/forums/thread/50918.aspx&nbsp;&nbsp;You can find the following function in that example:&nbsp;&nbsp;function CuteWebUI_AjaxUploader_OnPostback()&nbsp;&nbsp;&nbsp; {&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; //clear the queue&nbsp;&nbsp; ...
    Posted to Ajax Uploader (Forum) by Eric on June 29, 2011
  • Re: file browsing dialog has been blocked

    Hi Kjell.ek,&nbsp;The download url of latest version&nbsp;is &nbsp;http://cutesoft.net/downloads/folders/gallery_current_releases/entry21926.aspx&nbsp;You can check the ''Date modified '' of ''dotnetgallery.dll'', it should be 04/06/2011&nbsp;Thanks for askingEric@cutesoft.net
    Posted to ASP.Net Image Gallery (Forum) by Eric on June 29, 2011
  • Re: 'CuteWebUI_AjaxUploader_Initialize' is undefined

    Hi shawndg,&nbsp;Please move the following line to &lt;modules&gt; section and try it again:&nbsp;&nbsp;&lt;add name=''CuteWebUI.UploadModule'' type=''CuteWebUI.UploadModule,CuteWebUI.AjaxUploader''/&gt;&nbsp;Web.config example:&nbsp;&nbsp;&lt;configuration&gt; &nbsp;&nbsp; &lt;system.webServer&gt; &nbsp;&nbsp;&nbsp;&nbsp; ...
    Posted to Ajax Uploader (Forum) by Eric on June 29, 2011
  • Re: Developer License Questions

    Hi DjPsYcOtIc ,&nbsp;I have sent email to DjPs*****@yahoo.co.uk&nbsp;about your questions, please check it.&nbsp;Thanks for askingEric@cutesoft.net
    Posted to Cute Editor for PHP (Forum) by Eric on June 28, 2011
  • Re: File upload name

    Hi CarolynObenberger,&nbsp;When doesn't work, is there error message thrown?&nbsp;Thanks for askingEric@cutesoft.net
    Posted to Ajax Uploader (Forum) by Eric on June 28, 2011
  • Re: File upload name

    -
    Posted to Ajax Uploader (Forum) by Eric on June 28, 2011
  • Re: File upload name

    Hi djnotepad,&nbsp;You can refer to the following code, the highlighted line will move the temporary files to destination folder and save as your actual file name:&nbsp;&lt;%@ Page Language=''C#'' %&gt; &lt;!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''&gt; &lt;script ...
    Posted to Ajax Uploader (Forum) by Eric on June 28, 2011