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
17
of
158
(
1,571
total posts)
< 1
second(s)
Re: blank page from phpumloader
Dear yvesbodson, Please refer to the following example: <?
php
require_once ''
php
uploader/include_
php
uploader.
php
'' ?> <?
php
session_start(); ?> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd''> <html ...
Posted to
PHP File Uploader
(Forum)
by
Eric
on
March 16, 2011
Re: How can I set the default link color?
Dear code4food, You can create one file called ''
php
.css'', and put the hyperlink style in this file. <?
php
$editor=new CuteEditor(); ...
Posted to
Cute Editor for PHP
(Forum)
by
Eric
on
January 12, 2011
Re: must specify AllowedFileExtensions
Dear siwelis, The following is a full example, please refer to it: <?
php
require_once ''
php
uploader/include_
php
uploader.
php
'' ?> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd''> <html ...
Posted to
PHP File Uploader
(Forum)
by
Eric
on
February 17, 2010
Re: Getting Started - reated a CuteEditor class object?
<?
php
include_once(''CuteEditor_Files/include_CuteEditor.
php
'') ; ?> <html> <head> </head> <body> ...
Posted to
Cute Editor for PHP
(Forum)
by
Adam
on
February 18, 2009
Re: Issues with use as a file manager
1) The upload section appears, but the input box and the browse and upload buttons don’t most of the time. In a test I just did, they appeared three times out of ten. When you open the insert image dialog, the upload and browse button always ...
Posted to
Cute Editor for PHP
(Forum)
by
Adam
on
November 11, 2008
Re: Php Uploader not working
Hi cookiimonstar, Please try the way below 1. Open file "\
php
uploader\include_
php
uploader.
php
" 2. Find section below $cd=dirname($this->GetWebPath(__FILE__)); 3. Change it to $cd=dirname($_SERVER['SCRIPT_NAME']).'/
php
uploader'; Regards, Ken
Posted to
PHP File Uploader
(Forum)
by
Kenneth
on
October 15, 2012
Re: CuteEditor for PHP - file uploader asks for 401 authentication even when it was already done
Hi nacho66, Please try IFrame mode for upload. steps 1. Open file ''\cuteeditor_files\Dialogs\upload.
php
'' 2. Find section below $uploader->Name=''UploadControl''; 3. Add section below under the above section $uploader->UploadType=''IFrame''; 4. ...
Posted to
Cute Editor for PHP
(Forum)
by
Kenneth
on
June 16, 2010
Re: Multiselect window
1. If
PHP
Uploader detects SilverLight is installed on your PC, It will use the SilverLight solution. 2. If
PHP
Uploader detects Flash is installed on your PC, It will use the Flash solution. 3. If
PHP
Uploader detects Iframe is supported on your Browser, It will use the Iframe solution. 4.
PHP
Uploader will render as ...
Posted to
PHP File Uploader
(Forum)
by
Eric
on
July 14, 2010
Getting error "html5: The upload task is interupted" after 10MB uploaded
Hi, We've moved our script over to a new server which has the exact same config files as the original server. Unfortunately now whenever we try to upload a file over 10MB it uploads the first 10MB and then either starts again or displays the error shown in the subject. The console in chrome displays the ...
Posted to
PHP File Uploader
(Forum)
by
townsend
on
June 6, 2013
blank page from phpumloader
HelloI am testing your
php
uploader on a linux server and
php
I have resolved the path issue and when I run the demo
php
uploader I get a blank page with only a button that says 'upload files'The button has no action when clickedthe html source is belowI understand that this is a free code but if you could point me ...
Posted to
PHP File Uploader
(Forum)
by
yvesbodson
on
March 16, 2011
More Search Options
« First
...
< Previous
15
16
17
18
19
Next >
...
Last »