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
14
of
158
(
1,571
total posts)
< 1
second(s)
Re: how can i creat thumbnail images for the image file that i upload using phpfileuploader ?
Please try the following code: <?
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
Adam
on
October 27, 2010
Re: style-option “position:absolute”
Dear doubter, Please refer to the following example: <?
php
include_once(''cuteeditor_files/include_CuteEditor.
php
'') ; ?> <html> <head> </head> <body> <form name=''theForm'' action=''Edithtml.
php
?postback=true'' method=''post''> <?
php
$editor=new CuteEditor(); $editor->ID=''Editor1''; // ...
Posted to
Cute Editor for PHP
(Forum)
by
Eric
on
September 9, 2010
Re: Disable Median Browser
Please update ''\cuteeditor_files\Dialogs\InsertImage.
php
'', change it to: <table border=''0'' cellspacing=''0'' cellpadding=''0'' width=''100%''> <tr> <td valign=''top'' style=''width:0px;height:240px;''> <iframe ...
Posted to
Cute Editor for PHP
(Forum)
by
Eric
on
July 19, 2010
Re: How do I customise the Cancel All button
Please try the following code: <?
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 xmlns=''http://www.w3.org/1999/xhtml''> <head> <title>
PHP
...
Posted to
PHP File Uploader
(Forum)
by
Eric
on
July 12, 2010
Re: Where'd the files go?
Okay, I'm sorta getting it to work with this code but it's not uploading it directly to the files folder and it appears that the system temp folder gets cleaned out fast so only the smallest of files get uploaded and moved. <?
php
require_once ''
php
uploader/include_
php
uploader.
php
'' ?> <html> <body> ...
Posted to
PHP File Uploader
(Forum)
by
Confuzed
on
February 4, 2010
Re: Cannot set DocumentFilters
Please try this example: http://
php
htmledit.com/simple.
php
It works ok for me. <?
php
include_once(''CuteEditor_Files/include_CuteEditor.
php
'') ; ?> <html> <head> </head> ...
Posted to
Cute Editor for PHP
(Forum)
by
Adam
on
September 21, 2009
Re: editable window (iframe) does not show?
Please try this example: http://
php
htmledit.com/display-none.
php
<?
php
include_once(''CuteEditor_Files/include_CuteEditor.
php
'') ; ?> <html> <head> ...
Posted to
Cute Editor for PHP
(Forum)
by
Adam
on
July 20, 2009
Re: Urgent: Empty content being replace by whole page
Paul, Can you save the following code into a
PHP
file and run it on your server? <?
php
include_once(''CuteEditor_Files/include_CuteEditor.
php
'') ; ?> <html> <head> </head> <body> <form name=''theForm'' action=''/Get_HtmlContent.
php
'' ...
Posted to
Cute Editor for PHP
(Forum)
by
Adam
on
July 21, 2008
Re: PHP Uploader is not working with .htaccess
Hi gen2prashant, Can you explain the issue in detail? What do you mean not working? Got any error? Is your site online? If so, can you show me the uploader page url? So we can check it for you. Regards, Ken
Posted to
PHP File Uploader
(Forum)
by
Kenneth
on
February 14, 2012
Re: not geting value in $fileguidlist=@$_POST["myuploader"];
Dear pandurang, Please check: 1. Put
php
uploader within tag <form> 2. $uploader->Name=''myuploader''; and $fileguid=@$_POST[''myuploader'']; These two lines should have same ID. Please refer to the following example ...
Posted to
PHP File Uploader
(Forum)
by
Eric
on
September 15, 2010
More Search Options
« First
...
< Previous
12
13
14
15
16
Next >
...
Last »