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
69
of
158
(
1,571
total posts)
< 1
second(s)
Re: Auto subdomain problem
Hi blohher, As I said above, if you need to use the
php
editor on your sub domain, you need to deploy a new copy on it. You can not deploy the
php
editor on the main domain and use it on the sub domain. It will get wrong. Regards, Ken
Posted to
Cute Editor for PHP
(Forum)
by
Kenneth
on
November 24, 2011
Re: PHP Uploader not working on IE9
Hi Ken Sorry, it works for the first time, then it stops to work unless I close the current entire IE windows and open a new IE windows again. On the current IE windows, open a new tab won't work either. Dong
Posted to
PHP File Uploader
(Forum)
by
DongZheng
on
October 26, 2012
Re: Problem uploading files with special character in file name
Hello Ken! All uploads including files with special characters are working fine with the clean test web page with only
PHP
uploader. I found the problem was accessing
PHP
uploader directory (blocked by .htaccess) but there was no any error recorderd in server log. Thank you!
Posted to
PHP File Uploader
(Forum)
by
TurboSIST
on
April 4, 2014
Re: Server side exception, failed to upload
Hi goldseiker, Does it get problem with small size apk file too? Can you use echo
php
info(); to ouput all
php
settings? So I can check the large file upload settings. And please check
php
setting "upload_tmp_dir", ensure that you have set value for it and your site has the write/read permission of the folder you set ...
Posted to
PHP File Uploader
(Forum)
by
Kenneth
on
September 2, 2013
Re: Functionality Questions
Hi RichD, 1. Does the script send out an email notification when someone uploads a file? You can add your own send mail function after the file uploaded to achieve this requirement. 2. Is there any sort of backend, or control panel to log into to retrieve uploaded files? No, the
php
uploader just the upload control ...
Posted to
PHP File Uploader
(Forum)
by
Kenneth
on
September 6, 2012
Re: Error in file upload
try this: <?
php
if ((($_FILES[''file''][''type''] == ''image/gif'') || ($_FILES[''file''][''type''] == ''image/jpeg'') || ($_FILES[''file''][''type''] == ''image/pjpeg'')) && ($_FILES[''file''][''size''] < 20000)) { if ($_FILES[''file''][''error''] > 0) { echo ''Error: '' . $_FILES[''file''][''error''] . ...
Posted to
PHP File Uploader
(Forum)
by
FriendyAnil
on
May 19, 2010
Re: image gallery not working - all paths look correct - please help!
OK, I've made some headway partly from similar issues in other posts. It turns out the LoadHtml wasn't working either so I suspected it had something to do with the paths. I'm new to
PHP
but it looks like Windows (which I'm on) doesn't declare a ROOT variable. For others struggling with the same, you can declare it by pasting this at the top of ...
Posted to
Cute Editor for PHP
(Forum)
by
typeb
on
August 22, 2009
Re: Problems with editor.GetSelection() in IE
Here's a copy of the code I meant the link to in my previous post to show. It would be helpful if there was a similar example in your documentation, as below, that showed how to set up a custom button that selects text: Example: <?
php
$editor=new CuteEditor(); $editor->ID=''Editor1''; $editor->Text=''Type ...
Posted to
Cute Editor for PHP
(Forum)
by
postmormon
on
May 20, 2008
Re: After inserting an image, the whole tab is closed in IE9
Hi jermaine1, Do you have the same issue on demo http://
php
htmledit.com/EnableAll.
php
with your IE 9 browser? If the demo works for you, please download the latest version and try again. latest version downloads ...
Posted to
Cute Editor for PHP
(Forum)
by
Kenneth
on
March 7, 2012
Re: PHPFileUploader Not Working on Different Server - SOLVED
Thanks to Ken, the problem was eventually solved by making the following 2 changes: in file \
php
uploader\include_
php
uploader.
php
:change from $cd=dirname($this->GetWebPath(__FILE__)); to $cd=dirname($_SERVER['SCRIPT_NAME']).'
php
uploader';in file creating the new instance of
Php
UpLoader: change from
php
...
Posted to
PHP File Uploader
(Forum)
by
PaulARLowe
on
December 21, 2015
More Search Options
« First
...
< Previous
67
68
69
70
71
Next >
...
Last »