Search

You searched for the word(s):
Showing page 92 of 123 (1,230 total posts) < 1 second(s)
  • Re: Two questions

    First of all, really like the script. Best one i found so far.&nbsp; I used this code (below) to get the filenames, which works well...until i add a: $uploader-&gt;SaveDirectory=''../images/upload''; Seems it cant find the files if the path is changed...how can I fix this? &nbsp; Please&nbsp; refer to ...
    Posted to PHP File Uploader (Forum) by Eric on May 8, 2010
  • Re: query reg installtion of chat

    Please follow steps: a. run cutechat examples in visual studio 1. download ajax uploader, download link is http://cutesoft.net/downloads/folders/chat_current_releases/entry21915.aspx 2. unzip this installation package 3. Open Sql Server Management Studio, and create one database called cutechat,run database script in this database which can ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by Eric on May 8, 2010
  • Re: ' character replaced with _x27_

    This symbol will cause some errors, we do not allow use it in file name. So we can add a warning to tell user do not use this symbol.&nbsp;&nbsp; protected void &nbsp; Uploader1_FileUploaded(object sender, UploaderEventArgs args) { &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if (args.FileName.IndexOf(''_x27_'') &gt; -1) &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ...
    Posted to Ajax Uploader (Forum) by Eric on May 8, 2010
  • Re: Category Question

    We use categories to organize different kind of images, http://aspimagegallery.com/demo/Explorer-Layout.asp, in this layout, it will display all categories, when you click one category, it will only display&nbsp; images&nbsp;of this category.&nbsp;&nbsp; In slide show layout, it will list all images of all categories, if you want to customize it, ...
    Posted to ASP Image Gallery (Forum) by Eric on May 7, 2010
  • Re: Upload start automatically after selecting an invalid file (e.g. larger than limit) even upload mode is set to manual

    When you click ''Cancel'' or ''Cancel All'', CuteWebUI_AjaxUploader_OnStop&nbsp; will be called, you can use the following examples to test it:&nbsp; &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 May 7, 2010
  • Re: License is not valid (127.0.0.1)

    Domain license is good for your registered domain, http://localhost , and http://localhost:xx ,&nbsp; http://127.0.0.1 is not covered. &nbsp; Regards, Eric
    Posted to Cute Editor for .NET (Forum) by Eric on May 7, 2010
  • Re: width and height of an image

    The following is a full code, &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 runat=''server''&gt; &nbsp; protected override void OnInit(EventArgs e) &nbsp;&nbsp;&nbsp; ...
    Posted to Ajax Uploader (Forum) by Eric on May 7, 2010
  • Re: insert file manager / image manager directly in page

    Please refer to http://cutesoft.net/example/howto/use-CuteEditor-as-image-selector/use-CuteEditor-as-image-selector.aspx and http://cutesoft.net/example/howto/use-CuteEditor-as-document-selector/use-CuteEditor-as-document-selector.aspx&nbsp; You can find the source code of these two examples in download package. &nbsp; Regards, Eric&nbsp;
    Posted to Cute Editor for .NET (Forum) by Eric on May 6, 2010
  • Re: Error: 'GalleryLocalize' is undefined

    Please refer to http://cutesoft.net/ASP.NET+Image+Gallery/demo.aspx&nbsp;, in download package, you can find these examples, can you reproduce this issue when you &nbsp;run these examples? &nbsp; Regards, Eric
    Posted to ASP.Net Image Gallery (Forum) by Eric on May 6, 2010
  • Re: URLType Creates Conflicts With Anchor Tags in Gecko Browsers

    Please follow steps: &nbsp; 1.&nbsp; open link http://cutesoft.net/example/datagrid-example.aspx&nbsp; in firefox3.6.3 2.&nbsp; select the first record and then click ''Edit'' 3.&nbsp; input '' this is a test'' in editor area 4.&nbsp; select ''this is a test'', and then click button ''Insert Hyperlink'' 5.&nbsp; input ...
    Posted to Cute Editor for .NET (Forum) by Eric on May 6, 2010
« First ... < Previous 90 91 92 93 94 Next > ... Last »