我对文件上传有疑问。
这是HTML源代码。
<th scope="row">upload file</th>
<td>
<input id="file" name="file" type="file" title="lable text">
</td>
这是文件属性。
path : /www/temp/bulk_files
类型:文件夹
Location : ftp://anisfra@example.com//www/anisfra/www/partner/bulk_files
我用那个做什么?
我也像这里一样使用设置权限。
@chmod('ftp://anisfra@example.com/www/anisfra/www/partner/bulk_files', 0777);
但是,它不起作用。
我错过了什么?