Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Cute Editor for PHP
»
Re: no upload possible
Re: no upload possible
08-04-2010, 11:40 AM
claude68
Joined on 07-23-2010
Posts 6
Re: no upload possible
Reply
Quote
Hi,
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"
.
I get NO error message, but files are not moved in the destination directory
$_SERVER['DOCUMENT_ROOT']."/Uploads
".
The code of my cuteeditor form is posted in the first message.
many thanks
View Complete Thread