Search

You searched for the word(s):
< 1 second(s)
  • Re: no upload possible

    :-)&nbsp;Thank you very much, that was the solution&nbsp;now it works&nbsp;
    Posted to Cute Editor for PHP (Forum) by claude68 on August 6, 2010
  • Re: no upload possible

    Hi,&nbsp;the temp files go to $_SERVER['DOCUMENT_ROOT'].''/temp'' . As already mentioned, i can see the temprary uploaded files in this directory; I see files like persisted.545ec26c-628d-46b7-9206-ba21bb0c70e5.Lighthouse.jpg.resx in the directory $_SERVER['DOCUMENT_ROOT'].''/temp'' .&nbsp;I get NO error message, but files are not moved in the ...
    Posted to Cute Editor for PHP (Forum) by claude68 on August 4, 2010
  • Re: no upload possible

    Hi,&nbsp;well as you can read in my first post, i have added this line to cuteeditor_files\Dialogs\upload.php and the temporary files are uploaded to this directory BUT they are not moved to the directory $_SERVER['DOCUMENT_ROOT'].''/Uploads''!!&nbsp;
    Posted to Cute Editor for PHP (Forum) by claude68 on August 4, 2010
  • no upload possible

    Hi,&nbsp;i have changed in upload.php the temporary upload folder with:&nbsp;$uploader-&gt;TempDirectory=$_SERVER['DOCUMENT_ROOT'].''/temp''; This works fine, files uploaded are written in this temporary directory. I see files like ''persisted.545ec26c-628d-46b7-9206-ba21bb0c70e5.Lighthouse.jpg.resx'' in this directory&nbsp;now i want these ...
    Posted to Cute Editor for PHP (Forum) by claude68 on August 2, 2010
  • Re: 2 questions

    thanks it works nowClaude
    Posted to PHP File Uploader (Forum) by claude68 on July 25, 2010
  • 2 questions

    First question: when i want to upload a file i get the messagemy source code is the following:&nbsp;demo2.php:&nbsp;&nbsp;&nbsp; &lt;form method=''post''&gt;&nbsp;&nbsp;&nbsp; &lt;input type=''text'' name=''test'' id=''test'' /&gt;&nbsp;&nbsp; &nbsp;&lt;?php&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;$uploader=new PhpUploader(); &nbsp;&nbsp; ...
    Posted to PHP File Uploader (Forum) by claude68 on July 23, 2010