七牛文件上传失败!报错:Path cannot be the empty string or all whitespace.

发布于 2022-09-05 21:41:39 字数 1160 浏览 19 评论 0

错误信息

错误位置

上传其他图片是成功的,我用QQ截图保存png格式上传也是失败,保存jpg格式能成功!
上一图是错误信息,下图是抛出错误的地方。也不知道是什么原因?

Exception Date:2017/9/8 13:02:41
Exception Type:System.ArgumentException
Exception Message:Path cannot be the empty string or all whitespace.
Exception Source:mscorlib
Exception StackTrace: at System.IO.Directory.CreateDirectory(String path)
at Qiniu.Storage.Persistent.ResumeRecorder.createDirIfNotExist()
at Qiniu.Storage.Persistent.ResumeRecorder..ctor(String dir)
at Qiniu.Storage.UploadManager.uploadStream(Stream stream, String key, String token, UploadOptions uploadOptions, UpCompletionHandler upCompletionHandler)
at EastWestWalk.UpLoadWeb.Controllers.FileUploadController.UploadMain(Stream stream, String fileType, CommonData data)
at EastWestWalk.UpLoadWeb.Controllers.FileUploadController.UpLoading(String type, String bucket, String returnUrl, String size)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

故事和酒 2022-09-12 21:41:39

您好,根据报错信息,应该是向上传方法传入了空的 filepath 导致的。您可以把 path 打下 log 确认下,是否为空。

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文