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
13
of
158
(
1,571
total posts)
< 1
second(s)
Re: License control "CE for PHP" on private server
Dear customer, A Domain license allows the control to run on 1 domain/subdomain name, ie http://news.domain.com or http://intranet or http://192.168.0.1 A Small Business License allows 10 such names An IP license enables all the domains/subdomains hosted on this IP@ to use the control. All license options are good for ...
Posted to
Cute Editor for PHP
(Forum)
by
Karen
on
October 21, 2008
php tags half removed
I'm having a problem with CE replacing code that is in my content. For example when I load something like this. <?
php
include ''header.
php
''; ?> This is some content. The editor removes the opening
PHP
tag but leaves the rest. If I use htmlentities then I only get the straight code, is there a way ...
Posted to
Cute Editor for PHP
(Forum)
by
kellyd
on
May 21, 2008
Re: Special Chars in Filename like ü, ä, and space = " "
Hi DaveMan, I suggest you handle the upload file store location and the new file name by method "CopyTo". Like the example below, it will save the upload file with the original file name. in that line, you can change the file name to any value you need. $mvcfile->FileName is the original file ...
Posted to
PHP File Uploader
(Forum)
by
Kenneth
on
August 20, 2013
Re: Can it do mimimum file size validation?
Hi David, You can get the file size and valid it before the file save into your server. if too small, show the error ...
Posted to
PHP File Uploader
(Forum)
by
Kenneth
on
August 19, 2013
Re: How can I change SaveDirectory dinamically through javascript function ¿?
Hi, I suggest you handle the upload file store location by method "Copyto", like the exmaple ...
Posted to
PHP File Uploader
(Forum)
by
Kenneth
on
December 31, 2012
Re: Adding fields and saving to DB
Hi shafi01, Please try the example below. You can save the upload file name when page postback. <?
php
require_once "
php
uploader/include_
php
uploader.
php
" ?> <?
php
session_start(); ?> <!DOCTYPE html PUBLIC ...
Posted to
PHP File Uploader
(Forum)
by
Kenneth
on
December 10, 2012
Re: How can i avoid that the page do PostBack after to upload a file?
Hi Vizzent, If your want to submit the data and upload file at the same time, please use start upload manually example http://
php
fileuploader.com/demo/form-manualstart.
php
And please try the example page below, it does not do the post back after file upload <?
php
require_once ...
Posted to
PHP File Uploader
(Forum)
by
Kenneth
on
March 13, 2012
Re: demo2 (File Upload with Custom handler) freezes in FF
Hi MrFast, Please wrap the uploader control by the <div> target <?
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
Kenneth
on
April 4, 2011
Re: focus form problem
Dear christianm, I tested the issue in the following snippet, it works fine and cannot reproduce your issue: <?
php
require_once ''
php
uploader/include_
php
uploader.
php
'' ?> <?
php
session_start(); ?> <html> <head> <title>Example</title> </head> <body> <form name=''theForm'' ...
Posted to
PHP File Uploader
(Forum)
by
Eric
on
February 3, 2011
Re: Server side exception : failed to image_name.jpg
Dear Lorenzo, Temporary directory setting: 1. Open cuteeditor_files\Dialogs\
php
uploader\include_
php
uploader.
php
Search the following function in this file: function _InternalGetFile($guid,$checkValidated) ...
Posted to
Cute Editor for PHP
(Forum)
by
Eric
on
November 22, 2010
More Search Options
« First
...
< Previous
11
12
13
14
15
Next >
...
Last »