我是靠谱客的博主 英俊网络,最近开发中收集的这篇文章主要介绍uploadify 服务器不显示图片,dwz框架 uploadify多文件上传图片传不到服务器地址,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

我提交图片传不到后台,试过网上写的方法结果也是一样,干脆用框架里的写法贴上来求博友帮帮忙看下

jsp页面:

Insert title here

Userinfo userinfo = (Userinfo) ActionContext.getContext()

.getSession().get("userinfo");

String username = userinfo.getUsername();//取出登陆用户名

%>

function publishNow(){

var username = "";

document.getElementById("form").action = "propertyPublishNotice?username="+username;

document.getElementById("form").submit();

}

function publishDelay(){

var username = "";

document.getElementById("form").action = "propertyDelayPublishNotice?username="+username;

document.getElementById("form").submit();

}

发布公告

οnsubmit="return iframeCallback(this);">

id="title" name="noticetitle" placeholder="公告标题"

style="width: 400px;">

style="width: 700px; height: 300px; line-height: 20px;"

placeholder="公告正文" name="noticeContent">

/*

下面是上传域

*/

uploaderOption="{

swf:'uploadify/scripts/uploadify.swf',

uploader:'uploadPhoto.action?username=',

formData:{PHPSESSID:'xxx', ajax:1},

queueID:'fileQueue',

buttonImage:'uploadify/img/add.jpg',

buttonClass:'my-uploadify-button',

width:102,

auto:false

}"

/>

//上传按钮

οnclick="publishNow();">立即发布

οnclick="publishDelay();">预发布

id="mail" checked="checked">

id="mailconfig">通知业主

最后

以上就是英俊网络为你收集整理的uploadify 服务器不显示图片,dwz框架 uploadify多文件上传图片传不到服务器地址的全部内容,希望文章能够帮你解决uploadify 服务器不显示图片,dwz框架 uploadify多文件上传图片传不到服务器地址所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(46)

评论列表共有 0 条评论

立即
投稿
返回
顶部