Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Search
Search
You searched for the word(s): php
More Search Options
Showing page
24
of
158
(
1,571
total posts)
< 1
second(s)
Re: Php Uploader Freezes in Firefox.
Yes. We recently have some customers report such issue, both for Flash mode and Silverlight mode. Because Firefox have such a bug, If the addon is under <body> directly , Firefox will reload the addon for a unknown reason. Regards, Terry
Posted to
PHP File Uploader
(Forum)
by
cutechat
on
August 2, 2010
Re: Inserting image from custom imagegallery
Step 1 Defining Custom Image SizesFor your theme to support custom image sizes you have to edit the functions.
php
file found in your themes folder. Open your theme’s functions.
php
and check if you have a line that looks like this:add_action( 'after_setup_theme', 'function_name' ); This hook is called during a theme’s ...
Posted to
Cute Editor for PHP
(Forum)
by
Minisuit
on
August 7, 2012
Re: HTML Auto Correction
Ok... We found a work around to make it not do so doing what I described in my first post. And we have tested this in multiple browsers. Because there is a workaround I have a hard time believing it is a browser function over a function of your control. It happens when focus is removed, so an onblur event. And we also found a
PHP
member ...
Posted to
Cute Editor for PHP
(Forum)
by
mgeiser
on
August 10, 2009
Re: Safari content load problem
Hi Adam, > Can you reproduce the problems in the following examples? > http://
php
htmledit.com/MinimalConfiguration.
php
> http://
php
htmledit.com/EnableAll.
php
> http://
php
htmledit.com/use-CuteEditor-as-image-selector.
php
Safari can read the content of these pages ok, but I can see what I think is a manifestation of the problem ...
Posted to
Cute Editor for PHP
(Forum)
by
MelB
on
April 10, 2008
Re: Does CuteEditor PHP break READMORE, PAGEBREAK, and INSERT IMAGE in Joomla?
ADAM ... still not working! ... can you please review this short video I created to show you want it's not doing and let me know how to resolve!? ... since I paid to have this installed I REALLY need it to work the way it's supposed to ... thanks http://screencast.com/t/Rmv3QiWF6
Posted to
Cute Editor for PHP
(Forum)
by
ketdk
on
May 18, 2009
Re: Single File Uploads and Save into DB
Hi Jacques123, Please create a new page with the code below, then send me the url of this page. I will check it and get back to you as soon as possible. <?
php
require_once "
php
uploader/include_
php
uploader.
php
" ?> <?
php
session_start(); ?> ...
Posted to
PHP File Uploader
(Forum)
by
Kenneth
on
November 21, 2012
Re: About SaveDirectory
Hi DongZheng, I suggest you use method "CopyTo" to handle the upload file store location, like the exmaple ...
Posted to
PHP File Uploader
(Forum)
by
Kenneth
on
October 26, 2012
Re: Uploads - Same file name
Hi anthemia, I suggest you use method ''CopyTo'' to save the upload files. It allow you handle the upload file store location and the new file name. Then you can check if the file exist or not. If exist, fire your own logic to handle it by the CopyTo method. The example below shows you how to use the CopyTo method to save the upload ...
Posted to
PHP File Uploader
(Forum)
by
Kenneth
on
April 6, 2012
CuteEditorFrame Element style tag defaults being overwritten with Fixed height in PX
Hello, I was exploring a resizing issue with the newest editor (everything else works fantastic as far as I have tested), and I have come accross the following issue which is repeatable: 1. When using the editor in FullScreen, the edit box (the iframe with the class name ''CuteEditorFrame'') which also has a style tag appended to it on ...
Posted to
Cute Editor for PHP
(Forum)
by
Daniel Krusky
on
January 2, 2012
Re: Is There a Way to Automatically Reduce the Size of an Image During the Upload Process?
Hi LenJacobson, For now, can not achieve it at the uploading progress, you should change the size after upload success by other code. The example below shows you how to create a thumbnail in the save folder after uploaded. hope it help. <?
php
require_once ''
php
uploader/include_
php
uploader.
php
'' ?> <?
php
...
Posted to
PHP File Uploader
(Forum)
by
Kenneth
on
July 29, 2011
More Search Options
« First
...
< Previous
22
23
24
25
26
Next >
...
Last »