我成功地将文件与Blueimp/插件一起上传到服务器上的文件夹中。但是,我在表单action="/upload/success“和显示实际的"success.php”视图文件时遇到了问题,在成功上传一些文件之后,人们会看到这个视图文件。
以下是“上传”控制器的相关部分:
function index() {
$this->load->view('upload/index'); // this is the index.php in the parent directory of the plugin
}
function success() {
r
我在下面的代码中检查文件是否上传成功、未成功或已取消:
if (success === 1){
result = '<span class="imagemsg'+imagecounter+'">The file was uploaded successfully</span><br/><br/>';
$('.listImage').eq(window.lastUploadImageIndex).append('<div>'
我想通过cronjob发送一封自动电子邮件。
我创建了一个名为send_email.php的文件。如果我在浏览器中打开它,电子邮件就会成功地发送出去。但是,当我想通过cronjob打开文件时,我会收到一些错误消息:
/is/htdocs/user/.../myfolder/send_email.php: line 1: ?php: No such file or directory
/is/htdocs/user/.../myfolder/send_email.php: line 3: syntax error near unexpected token `'include