swfupload之前好的,现在异常500

WBOY
Release: 2016-06-13 12:58:56
Original
738 people have browsed it

swfupload之前好的,现在错误500
    因为在做一个文件传输系统,所以用了swfupload,用的也是php100的版本。虽然自己有较大改动吧,但之前测试也都成功的。今天整个系统做的差不多,发现swfupload出问题了。上传后报500错误,经测试,好像是session没有传递成功。但是我不知道怎么改,文件夹的权限已经全开,不知道怎么回事。测试环境是xp下,ie6.下面附上代码


上传页面:变化不大,页面我还没怎么设计。
include('globle.php')
?>
nbsp;html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">



 文件管理系统

<script></script>
<script></script>
<script></script>
<script></script>
    <script></script>
<script><br /> var swfu;<br /> <br /> window.onload = function() {<br /> var settings = {<br /> flash_url : "swfupload/swfupload.swf",<br /> upload_url: "prossess.php", <br /> post_params: {"PHPSESSID" : "<?php echo session_id(); ?>"},<br /> file_size_limit : "1000 MB",<br /> file_types : "*.*",<br /> file_types_description : "All Files",<br /> file_upload_limit : 10, //配置上传个数<br /> file_queue_limit : 0,<br /> custom_settings : {<br /> progressTarget : "fsUploadProgress",<br /> cancelButtonId : "btnCancel"<br /> },<br /> debug: false,<br /> <br /> // Button settings<br /> button_image_url: "../image/TestImageNoText_65x29.png",<br /> button_width: "65",<br /> button_height: "29", <div class="clear"> </script>
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template