|
Search
You searched for the word(s): php
Showing page 97 of 158 (1,571 total posts)
< 1 second(s)
-
Thanks Adam, We have downloaded the latest version of the editor and have made the ToggleBorder=false change within that version as shown below. However, the editor still displays the borders when pages first open or after accessing and then exiting the html view.
<?php
...
-
Adam, Thanks so much for your reply! The code in my original question was in php, sorry I didn't phrase it better, I just wanted to show that as an example of what I was trying to duplicate in asp.net. I tried your script and I keep getting this error: Description: An error occurred during the compilation of a resource ...
-
Hi therealhg, Please try the way below, it will fix this problem. The php uploader got the wrong resource path on your site. 1. Open file ”phpuploader\include_phpuploader.php” 2. Find section below $cd=dirname($this->GetWebPath(__FILE__)); 3. ...
-
I have a customer who is using a website I have provided. The website has the PHP FileUploader. Whenever I go to the website, I have no problem invoking the PHP FileUploader. When the customer does the same thing, she gets an error message: license error: (1) host not match! Can you suggest a reason that the customer ...
-
Hi, Here is the steps: 1 . SERVER : open the include_phpuploader.php , find the function WriteValidationOK() , and change it to : function WriteValidationOK($message)
{
if(!$message)$message='''';
//change ''uploading.'' to ''persisted.'' ...
-
This is what I currently have: $uploader = new PhpUploader();$uploader->MultipleFilesUpload = true;$uploader->InsertText = ''Upload Pictures''; $uploader->MaxSizeKB = 10240;$uploader->AllowedFileExtensions = ''*.jpg,*.png,*.gif,*.bmp,*.psd'';$uploader->InsertButtonID = ''picUpload'';$uploader->UploadUrl = ...
-
We're getting this error: {PHP NOTICE: [include_CuteEditor.php:811]: Undefined index: REMOTE_HOST} with CuteEditor. I understand that adding 'HostnameLookups On' to the httpd.conf of our apache server gets rid of that, but it also slows things down. Why does CuteEditor need this information? Can we turn it off somehow? ...
-
hi,I'm having some troubles getting phpfileuploder to work with thickbox under firefox.The problem is with the button to select the files that does not work inside thickbox under firefox but works on IE and chrome.The strange thing is that if I make thickbox load the demo page (http://phpfileuploader.com/demo/ajax-multiplefiles.php) it works ok ...
-
You need to check folder permissions on your upload folder,
UPLOAD FOLDER Needs to be Unix 0777
RWX RWX RWX
On un*X go the folder above the upload/
EXAMPLE
If the upload folder sits in an folder off your web root, change to the root of that directory, the parent of the upload folder.
cd ...
-
I was trying the demo of this project, yet am having the same problem as this fellow. Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /phpuploader/include_phpuploader.php on line 198
I've changed nothing except what was mentioned in the Deployment section.
I ...
... 97 ...
|
|
|