There was an error saving the file when using Ueditor, in the Uploader.class.php file
if ($this->stateinfo = = $this->statemap[0]) { if (!move_uploaded_file ($file ["Tmp_name"], $this->full Name) { $this->stateinfo = $this->getstateinfo ("MOVE");} }
has been prompted to save error, when I directly change $this->fillname to their own Sina cloud
When the absolute path on/public/uploads/images/123.jpg is on, the file name is saved incorrectly.
I really don't know how to solve this problem.
Reply to discussion (solution)
He has his own upload component.
Move_uploaded_file is not available.
I'm using her internal code, not my writing, it's just a mistake.
Specific can be set under the breakpoint debugging, if it is the upload of file errors,
Try to change to a http://avatar.csdn.net/E/2/9/1_zy205817.jpg path,
By the way print $file["Tmp_name"] look.
He always prompts for file Save error
This in remote how to debug Ah, it is integrated together, and can not separate, take out alone
Sina Cloud has developed the document, lover this reading. The connection is not posted, there is no need to advertise for others
Sina Cloud File Upload
where Http://www.oschina.net/question/932809_91373?sort=time reply three of the code is
Oh, well, you gave me a hint earlier. It's always been tangled up, always thought it was Ueditor's problem.