日期:2014-05-17 浏览次数:20671 次
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="Head1" runat="server">
<title></title>
<link href="/Uploadify/uploadify.css" rel="stylesheet" type="text/css" />
<script src="/Uploadify/jquery-1.4.2.min.js" type="text/javascript"></script>
<script src="/Uploadify/jquery.uploadify.v2.1.4.min.js" type="text/javascript"></script>
<script src="/Uploadify/swfobject.js" type="text/javascript"></script>
<script type="text/javascript">
var auth = "<% = Request.Cookies[FormsAuthentication.FormsCookieName]==null ? string.Empty : Request.Cookies[FormsAuthentication.FormsCookieName].Value %>";
var ASPSESSID = "<%= Session.SessionID %>";
alert(ASPSESSID);
$(document).ready(function () {
$('#uploadify').uploadify({
'uploader': '/uploadify/uploadify.swf',
'script': '/Uploadify.ashx',
'cancelImg': '/uploadify/cancel.png',
'folder': '/uploads',
'auto': false,
'buttonText': '',
'but