Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Search
Search
You searched for the word(s):
More Search Options
Showing page
171
of
4,987
(
49,864
total posts)
< 1
second(s)
Re: Security configuration file
All of our cute editor windows that allow file upload are in the admin section of the site which is password protected. I tried the code from above and am still get a ''The area you are attempting to access is forbidden'' message in the pop up window when you try to upload any files.
here is a copy of the default.config file I have made a ...
Posted to
Cute Editor for ASP
(Forum)
by
TimShaffer
on
July 24, 2009
Re: Change width of AjaxUploaderProgressInfoText
Hi Kerstin,
Please try the way below to set the width.
<%@
Page
Language="c#"
%>
<%@
Register
Namespace="CuteWebUI"
Assembly="CuteWebUI.AjaxUploader"
TagPrefix="CuteWebUI"
%>
<html>
<head>
...
Posted to
Ajax Uploader
(Forum)
by
Kenneth
on
December 7, 2012
Re: Can UploadAttachments show Russian FileName not in UTF-8?
Please use the .CopyTo or .MoveTo method and rename the uploaded files.
For example:
//args.CopyTo(''c:\\temp\\yourownname''); or
...
Posted to
Ajax Uploader
(Forum)
by
Eric
on
April 30, 2010
Re: How can I update $uploader->UploadUrl="../php/cmds/PHPFileUploadCmd.php" after Page Load then after ajax resulthandler?
I solved it by myself eventually.
Just at the resultHandler after Ajax post. change it with JQuery. The javascript id of the phpFileUploader button is ''myuploader_Loader_unique''. So that I can change it with simple JQuery script as follows:
function insertAlbumResultHandler(res){
//alert(res);
var ...
Posted to
PHP File Uploader
(Forum)
by
manpakhong
on
March 5, 2012
Re: How do I code for single file manual upload?
Hi dmathews,
Try
<%@ 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 void b1_Click(object sender, EventArgs e)
{
if ...
Posted to
Ajax Uploader
(Forum)
by
Kenneth
on
February 15, 2012
Re: Custom Cancel All uploads
Hi Pbanerji,
The cancel all button is a part of the queue table, if you want to use a custom button to replace it, you need to write your own queue table.
The example below shows you how to achieve it
<%@ Page Language=''C#'' Title=''Customize the queue UI'' %><%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' ...
Posted to
Ajax Uploader
(Forum)
by
Kenneth
on
January 10, 2012
Adding Asp.net dropdown to toolbar
Hi ,
I added a Asp.net dropdown control to the tool bar.
The following code is used for that.
CuteEditor.ToolControl subject = edtSubject.ToolControls[''insertcustombutonhere'']; if (subject != null) {
...
Posted to
Cute Editor for .NET
(Forum)
by
Padmarajnv
on
July 2, 2010
Re: Performance (v 5.2) with 4-5 page documents pasted from Word
tmeservy,
The demo enable.asp is running version 5.2 and it's setting is as followings:
<%
dim content
content = ''Type here''
Dim ...
Posted to
Cute Editor for ASP
(Forum)
by
Adam
on
September 19, 2006
Re: Regarding Insert Image in Cute Editor
Hi,
Thanks for your valuable reply, the code you provided working fine.The code I put as follows..
<script type="text/javascript">
function ...
Posted to
Cute Editor for .NET
(Forum)
by
narendrababu
on
March 6, 2014
Re: limit file number demo can't work when using personal defined insert button
Hi steveyuan,
If you use property
InsertButtonID, please set this control directly
<%@ Page Language=''C#'' %><%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' %><!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ...
Posted to
Ajax Uploader
(Forum)
by
Kenneth
on
January 9, 2012
More Search Options
« First
...
< Previous
169
170
171
172
173
Next >
...
Last »