|
Search
You searched for the word(s):
Showing page 19 of 4,987 (49,864 total posts)
< 1 second(s)
-
Please refer to the following code:
By default, you do not need set any property, when you select multiple files, the ''Cancel All'' button will be visible, if you click it, it will cancel file upload, the following example hide the built-in ''Cancel All'' button and use customized button to replace it, it shows how to cancel the ...
-
Hi mheckman,
It works fine for me. What browser/version you are testing?
Below are my test steps.
1. Go to http://cutesoft.net/example/general.aspx, clean all content of editor.
2. Add <div>test</div> into html view of editor.
3. Put the cursor behind "e" and insert ...
-
jay13,
The source code of this example is included in the download package.
<!-- #include file = ''CuteEditor_Files/include_CuteEditor.asp'' -->
<html>
<head>
</head>
<body>
<h1>Use ...
-
Hi,
I have checked your code.
You have know how to use the guid list.
Please check this sample , you will know how to do it directly ...
-
Hi all,
Please download the last version.
Now uploader provide 3 new javascript event , here is an example for it ...
-
I can not get the several things to work related to CSS.
1) Setting the Style sheets withing the Editor (Initial Display Fonts etc)
2) Populating the style sheet drop down from the style sheet. I can do it manually with a list but it does not use the re,lated style sheet
<link rel=''stylesheet'' type=''text/css'' ...
-
Copy and paste this. Scroll to the very bottom of the page. Click on the button ''show modal'',and the tabs will appear. Click on the upload button now and you will see the bad block message. We can see that the green mask is right above at the top of the screen. If we scroll up and try again it works. Let me know if you want ...
-
Adam,
Here is the ascx:
<%@ Control Language=''C#'' AutoEventWireup=''true'' CodeFile=''PM_Add.ascx.cs'' Inherits=''xxx.yyy'' %>
<asp:UpdatePanel ID=''up_PMAdd'' runat=''server'' UpdateMode=''Conditional''>
<ContentTemplate>
<table ...
-
Hi Roughan, Please try the example below. It shows you how to get the original file path. <%@ 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''>
void InsertMsg(string ...
-
Hello,
Here our web.config for ajaxuploader application.
for the script this is the script of your sample, we add mail notification and list the custumers folders.
I repeat for some of our customers are no problems, but others can not upload? We receive up to 20 to 30 files per day, is not too much.
<?xml ...
... 19 ...
|
|
|