|
Search
You searched for the word(s): php
Showing page 42 of 158 (1,571 total posts)
< 1 second(s)
-
Can you create a test.php file and copy the following code into it?
Then upload this file to http://www.npcourses.com/test.php?
<?php include_once(''CuteEditor_Files/include_CuteEditor.php'') ; ?> <html> <head> ...
-
A new major version has been under development alongside PHP 5 for several years. This version was originally planned to be released as PHP 6 as a result of its significant changes, which included plans for full Unicode support. However, Unicode support took developers much longer to implement than originally thought, and the decision was made in ...
-
I've downloaded your trial version to see if it solves my problem - I'm setting up a site which will require files of up to 100Mb to be uploaded. I've installed the package and tried a 39Mb file, but I get this response - Server side exception, failed to upload test.jpg Debug information: Php No Request Files
What does ...
-
Hi Eric, The Code posted by you works fine. But it seems it doesn't suit for my code. Here is my code. Kindly let me know what I have to do for this? The Problem is when I click on cancel current upload, Select Upload Files Button is visible. If I select the files, I cannot see Start Upload Button. <!-- Uploading ...
-
Well I'm getting this error since a long time now, I'm not able to get it myself but people who use the site to uplaod files sometimes get it, I don't know if it causes their upload to fiail or something but I wanna know if there's any solution for this anyways, my log is simply filled with it..
[10-Apr-2014 22:39:58] PHP ...
-
Hi Ken,
I can upload another file
photo, but I can't upload file *.APK
. Max file upload i've set in php.ini 200mb.
I've edit file demo2.php
$uploader->AllowedFileExtensions="*.jpg,*.png,*.gif,*.bmp,*.apk,*.txt,*.zip,*.rar";
Thanks for your help.
...
-
Hi
We tried the demos, if the script is run as below, you can see the file results after uploading:
<?php
// Create Uploader object.
$uploader=new PhpUploader();
// Set a unique name to Uploader
...
-
In an attempt to try and identify the issue, I have tested a very simple upload script as follows consisting of 2 files. [myUploader.htm] <html><body><form action=''upload_file.php'' method=''post''enctype=''multipart/form-data''><label for=''file''>Filename:</label><input type=''file'' name=''file'' ...
-
I am using the javascript Method, CuteWebUI_AjaxUploader_OnTaskComplete(task) to save the file in my DB with AJAX. Must I to use other method to do this? My phpuploader code in my php is: <form enctype=''multipart/form-data'' action=''#''>
<input type=''hidden'' id='lang' name='lang' value='' ...
-
Hi,
I'm really interesting in PHP File Uploader, but unfortunately I'm pretty new to PHP and I can't understand how to use the code.
I downloaded the example code and tried to follow the instruction at Deployment.html but for me it's not very clear. Where I have to put that code? How can I integrate it in mine?
Please, can someone give ...
... 42 ...
|
|
|