CI 新手,由于某种原因,表单提交到错误的 url。
结果是:http://localhost/ci/index.php/subjects/localhost/ci/index.php/do_upload
并且无法理解为什么。这是html代码:
echo form_open_multipart('do_upload');
?>
<input type="file" name="files[]" id="fileupload"
style="position:absolute; top:-200px" multiple />
<input type="submit" id="uploadFile" style="position:absolute; top:-200px" />
<?php echo form_close(); ?>
有什么帮助吗?
我也尝试subjects/do_upload
在打开的表单上写,同样的事情。