SWF上传问题
我在我的项目中使用 SWFupload,但有一个小问题。
当我在本地上传图片时,一切正常。但是当我在线使用它时,它会在遇到以下情况时停止上传:
SWF DEBUG: Event: uploadProgress: File ID: SWFUpload_0_0。字节:120133。总计:120133
I use SWFupload for my project but I have a small problem.
When I upload a picture locally, everything works fine. But when I use it online, it stops uploading when it hits this :
SWF DEBUG: Event: uploadProgress: File ID: SWFUpload_0_0. Bytes: 120133. Total: 120133
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
考虑到文件完全上传后会失败,您应该做的第一件事是确保您具有将文件写入目录的必要权限。
Considering that it fails when the file is fully uploaded, first thing you should do is to make sure you have necessary permissions to write the file to the directory.