|
Search
You searched for the word(s):
Showing page 92 of 123 (1,230 total posts)
< 1 second(s)
-
First of all, really like the script. Best one i found so far.
I used this code (below) to get the filenames, which works well...until i add a:
$uploader->SaveDirectory=''../images/upload'';
Seems it cant find the files if the path is changed...how can I fix this?
Please refer to ...
-
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 ...
-
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. protected void
Uploader1_FileUploaded(object sender, UploaderEventArgs args)
{
if (args.FileName.IndexOf(''_x27_'') > -1)
...
-
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 images of this category. In slide show layout, it will list all images of all categories, if you want to customize it, ...
-
When you click ''Cancel'' or ''Cancel All'', CuteWebUI_AjaxUploader_OnStop will be called, you can use the following examples to test it:
<%@ Page Language=''C#'' %>
<!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''>
<script ...
-
Domain license is good for your registered domain, http://localhost , and http://localhost:xx , http://127.0.0.1 is not covered.
Regards,
Eric
-
The following is a full code,
<%@ Page Language=''C#'' %>
<!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''>
<script runat=''server''>
protected override void OnInit(EventArgs e)
...
-
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
You can find the source code of these two examples in download package.
Regards,
Eric
-
Please refer to http://cutesoft.net/ASP.NET+Image+Gallery/demo.aspx , in download package, you can find these examples, can you reproduce this issue when you run these examples?
Regards,
Eric
-
Please follow steps:
1. open link http://cutesoft.net/example/datagrid-example.aspx in firefox3.6.3
2. select the first record and then click ''Edit''
3. input '' this is a test'' in editor area
4. select ''this is a test'', and then click button ''Insert Hyperlink''
5. input ...
... 92 ...
|
|
|