File Upload, pediatrics questions, help
Micro-0.6 file upload, attachment directory to 777, but upload still have a problem:
Tip: Saving upload file failed
if (!file_move ($file [' Tmp_name '], attachment_root. '/' . $result [' path ']) {
Return error (-1, ' Save upload file failed ');
Is it a path problem?
------to solve the idea----------------------
Echo Attachment_root. '/' . $result [' Path '];
The goal is to see if your target file name is correct.
Is it cloud space? Confirm not a cloud host?
If it is a cloud space, it is not supported PHP file Operation function, please confirm that you have purchased the file system services they provide
------to solve the idea----------------------
Echo Attachment_root. '/' . $result [' Path '];
No output?
Block other code First, just perform this look.
If there is no output, there is already a problem with the previous code.
------to solve the idea----------------------
Attachment_root. '/' . $result [' Path '])
Determine the directory permission is 777
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.