|
Search
You searched for the word(s): php
Showing page 10 of 158 (1,571 total posts)
< 1 second(s)
-
Hi ken,
I have add the upload temp dir in my php.ini but the error is still there for some files where tmp name is not available while uploading a file.I am attaching a reference may be you can rectify where exactly Im going wrong,because this thing is only happening when I have deployed my application on the server,localhost ...
-
tamal,
There is no trial version available for CuteEditor PHP version. Sorry for the inconvenience.
>>Also, our web app is in JSP/Servlet. So, will php version work seamlessly?
No, CuteEditor doesn't support JSP/Servlet right now.
-
First of all, let me apologize for my ignorance here. I work a lot with PHP, but hardly at all with Javascript/Ajax, etc. I love your uploader, and have got it working using a simple upload process.
However, I plan to use it to upload images to the gallery section of our site. I currently have a PHP script that I run on single image ...
-
Hello.
It appears the editor changes php code.
A simple example, enter in HTML Mode:
<?php
for( $i=0; $i<10; $i++ ) {
echo ''Hello -- $i<br>'';
}
?>
View in Normal
Return back to HTML Mode
The code is changed to:
<?php for( $ i=''0;'' $i<10; $i++ ) {
echo ''Hello -- ...
-
Ken,
I am experiencing the same problem as DongZheng and I have read through the thread.
Is disabling flash mode the only solution to this? Because now, the problem I encounter after disabling flash mode is that this action also disables multiple file upload. After I disable flash upload like you ...
-
Hi PaulARLowe,
If the code use in a <from> and do a post back to submit the data, then you need to generate the attachment table by some code.
Please refer to example page "ajax-attachments.php", it shows you how to generate the attachment table.
Regards,
Ken
-
I give some details :This is a form with or without attachments.Without the function setTimeout(), fileguidlist is null.
<?php
require_once ''../phpuploader/include_phpuploader.php'' ;
/*** After the POST ***/
if(isset($_POST['grade'])) {
// Enregistrer les données du formulaire et générer ...
-
Hi derekml, You can find all source code of the demo in the php uploader demo package. Demo package download url: http://www.cutesoft.net/downloads/folders/52443/download.aspx I also attached the manual start upload example code ...
-
Hi davideo7, You should encoding you html and than paste into editor. Please try the example below. <?php include_once(''cuteeditor_files/include_CuteEditor.php'') ; ?>
<html>
<head>
<link rel=''stylesheet'' href=''php.css'' ...
-
Dear SoloX,
Uploader is a tool to help you upload files.
When the file is uploaded , the uploader will save the file to temp folder at first.
And the name of the file is also a temp name.
You need write code to move the file to your target location , and then maintain it by yourself.
Please check the ...
... 10 ...
|
|
|