Search

You searched for the word(s): php
Showing page 53 of 158 (1,571 total posts) < 1 second(s)
  • Re: Format Files!

    Also, when i try to move the file to other directory i have this error: ''Call to a member function GetUploadedFile() on a non-object in /var/www/vhosts/weberos.es/copiaWeberos/tinymce/jscripts/tiny_mce/plugins/linkdesc/dialog.php on line 159''this is the line: $mvcfile=$uploader->GetUploadedFile($_POST[''myuploader'']);    I ...
    Posted to PHP File Uploader (Forum) by Vizzent on March 2, 2012
  • base_dir Error[Solved]

    [Solution is about safe mod please off it ]  Hello Everybody,I am using lastest version of cuteeditor phpI got an error from script after i put the files to server.By the way server is my own and windows 2008 i IIS 7.5Error isWarning: is_dir() [function.is-dir]: open_basedir restriction in effect. File(C:\Windows\Temp) is not within the ...
    Posted to Cute Editor for PHP (Forum) by ongun23 on February 16, 2012
  • Re: Unable to get file name of uploaded file

    simply to put the code in the same page:      <?php         $uploader=new PhpUploader();                  $uploader->MultipleFilesUpload=true;         $uploader->InsertText=''Select multiple ...
    Posted to PHP File Uploader (Forum) by manpakhong on February 12, 2012
  • GUID Error!

    I'm getting the following error: Server side exception, failed to upload TableFilter_EN.zip Debug Information: Guid Error !  I've set the following ...
    Posted to PHP File Uploader (Forum) by mybludrunsorange on February 10, 2012
  • multiple instances within the same form?

    I have a system for answering questionnaires that has been in use for several years. I wish to add picture questions to the questionnaire. Curreently each question type is a single textarea,select box,series of radio buttons or checkbox buttons all questions are presented in a single HTML form. Can I just put a new instance of ...
    Posted to PHP File Uploader (Forum) by ShadowJohn on January 6, 2012
  • Foreign characters in file name trigger warning message (keeping state demo)

    Hi,When I try to upload a file with a foreign character in the file name. I get a warning. The file is uploaded (the guid name got modified) but the uploader can not get the file.size and trigger a warning : Warning: filesize() [function.filesize]: stat failed for /tmp/uploadertemp/persisted.a6135e31-f2aa-48bd-be90-cd1f5efd10d0.Iconic ...
    Posted to PHP File Uploader (Forum) by jrlemay on December 17, 2011
  • Failed to make dir 'C:\WINDOWS\Temp/uploadertemp'

    I get the above error when running the DEMO1.php and other demo files (presumably because it already exists). I deleted the directory and ran it again. The directory gets created on the first run, but subsequent runs gives the error again. The thing is,  I thought the class variable 'SaveDirectory' was meant to be used to define ...
    Posted to PHP File Uploader (Forum) by GarySm on December 15, 2011
  • Joomla 1.7 Error to add media

    Hello,The problem is simple:- I have installed the editor in joomla, everything works perfectly but when i wnat to use  a button of the add media bar like add image, a new window pop and say: The area you are attempting to access is forbidden  I think it must be the path of the folder or something like that. Cause this is ...
    Posted to Cute Editor for PHP (Forum) by MojoMateo on November 23, 2011
  • Re: Store Form Variables to MYSQL Database

    Hi billedouble, Please refer to example page ''form-keepingstate.php'', it shows you how to get the upload file info.  Then you can save these info into your database.   foreach($files as $mvcfile)     {                 echo(''<tr>'');    ...
    Posted to PHP File Uploader (Forum) by Kenneth on November 15, 2011
  • Re: Arabic character

    You must to uniform all charset between (browsers , serverside , Programming language  and DB Engine)   The best solution to solve this is to use utf-8 unicode charset in all of the above sources. long time back I shifted to utf-8 , and most of the scripts (Java, Javascript, Ajax, PHP, etc) works for me without any problem. ...
    Posted to PHP File Uploader (Forum) by alnadabi on November 10, 2011
« First ... < Previous 51 52 53 54 55 Next > ... Last »