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
78
of
4,987
(
49,864
total posts)
< 1
second(s)
Re: Looking for clarification on CSS style loading on DNN / CuteEdit
Glide,
It looks like you are using an old version of provider.
The latest code is as following. You can modify/add/remove it to meet your requirements.
'initialize the control
If ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
June 15, 2007
how can i return newly updated file name to CuteWebUI_AjaxUploader_OnTaskComplete(task)?
front end code:
<?php
$uploader=new PhpUploader();
$uploader->MultipleFilesUpload=true;
$uploader->InsertText=''Select multiple files (Max 10M)'';
...
Posted to
PHP File Uploader
(Forum)
by
manpakhong
on
February 12, 2012
Re: Set default text or html when CuteEditor is first loaded
Hi mediaworks,
1. Open project ''Provider.sln''(\Providers\HtmlEditorProviders\CEHtmlEditorProvider\Provider.sln)
2. Find section below Protected
Sub
cntlCE_Load(ByVal
sender
As
Object,
ByVal
e
As
EventArgs)
Handles
cntlCE.Load ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
June 20, 2010
Re: Can we pass custom varaible to uploader handler
Dear attu143,
You can change
$uploader->UploadUrl=''myhandler.php'';
to $uploader->UploadUrl=''myhandler.php?id=301'';
It will pass the value to handler.
Custom file upload handler If you need further control over the parsing of the file uploading request, you can ...
Posted to
PHP File Uploader
(Forum)
by
Eric
on
December 24, 2010
Re: Count number of images
Hi amw123,
Please test the example below, it will shows you how many images in each category.
<%@
Page
Language=''C#''
%>
...
Posted to
ASP.Net Image Gallery
(Forum)
by
Kenneth
on
December 5, 2010
Image upload doesn't work - File format not allowed
Hello! I have a problem with upload of images. I didn’t make any restrictions. My php-code is:
$editor=new CuteEditor();
$editor->ID=''Editor1''; ...
Posted to
Cute Editor for PHP
(Forum)
by
oxflo
on
March 10, 2009
Re: Slideshow Layout - Hide Slider
Hi ramchander,
how to hide slider in the bottom of the Slideshow layout so it will show only sliding images
1. Open file D:\2005\Gallery\CuteSoft_Client\Gallery\Layout\SlideShow\Template.htm
2. Find sectionb below
<tr>
<td ...
Posted to
ASP.Net Image Gallery
(Forum)
by
Kenneth
on
April 27, 2011
Having Problems with HTML inside Editor - Please Help
Basically what's happening is that I am trying to use the editor to add stuff through PHP into a MySQL database and edit it afterwards. When I edit it instead of showing Rich Text Like Bold - it shows <strong>Bold</strong> on Normal view.
The REMOVE ALL HTML TAGS button does not work. I have attached a screenshot and the ...
Posted to
Cute Editor for PHP
(Forum)
by
AdamTheMan103
on
March 26, 2009
Re: Number of uploaded files
Hi jerry2,
Try the example below, in asp version there is not method the get the instance of the upload file, so you need to save it first.
<%@
language=''VBScript'' %> <!-- #include file=''aspuploader/include_aspuploader.asp'' --> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ...
Posted to
ASP Uploader
(Forum)
by
Kenneth
on
December 16, 2010
Re: How do one position file list
Hi ScottDolan,
You can custom the attachment table to achieve your own style setting of 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 runat=''server''>
protected void ...
Posted to
Ajax Uploader
(Forum)
by
Kenneth
on
March 1, 2012
More Search Options
« First
...
< Previous
76
77
78
79
80
Next >
...
Last »