drtwqc3744 2014-11-14 19:17
浏览 33

上传待处理的文件

I have a web application running on server 2012 with IIS and php version 5.5.11.

I have a simple form for uploading files to the server

<div class="pdfupload">
<h1>upload files</h1>                   
        <form action="/<?php echo $user?>/upload" method="POST" enctype="multipart/form-data">
        <input type="file" name="files[]" multiple />
        <input type="hidden" name="test_id" />
        <input type="hidden" name="points" />
        <input class="uploadpdfsubmit" type="submit" value="upload files" />
    </form>
</div>

the form worked fine and I was able to upload my files, until a few days ago. now only some of the files get uploaded (notepad or empty doc files will upload but pdf or doc with content wont upload) its not a size related isuue cause i was able to upload a very big notepad file.

the problem only accurs while im connected to my home network - i tried 3 other networks and there was no problem.

the files that wont upload get stuck on pending - and by going to the network tab in chrome i see that the request isnt created properly. under headers i see a warning sign with Provisional headers are shown.

i have no idea what i causing this strang behavior

  • 写回答

0条回答 默认 最新

    报告相同问题?

    悬赏问题

    • ¥15 微信会员卡接入微信支付商户号收款
    • ¥15 如何获取烟草零售终端数据
    • ¥15 数学建模招标中位数问题
    • ¥15 phython路径名过长报错 不知道什么问题
    • ¥15 深度学习中模型转换该怎么实现
    • ¥15 HLs设计手写数字识别程序编译通不过
    • ¥15 Stata外部命令安装问题求帮助!
    • ¥15 从键盘随机输入A-H中的一串字符串,用七段数码管方法进行绘制。提交代码及运行截图。
    • ¥15 TYPCE母转母,插入认方向
    • ¥15 如何用python向钉钉机器人发送可以放大的图片?