为了账号安全,请及时绑定邮箱和手机立即绑定

.net core 在linux下上传文件没有权限

.net core 在linux下上传文件没有权限

蝴蝶刀刀 2018-08-16 10:09:25
using (var stream = new FileStream(filename, FileMode.Create)) {    upFile.CopyTo(stream);} 在windows下测试是没问题的。Access to the path '/var/www/helloworld/upload/xxx.jpg' is denied.System.UnauthorizedAccessException: Access to the path '/var/www/helloworld/upload/xxx.jpg' is denied. ---> System.IO.IOException: Permission denied--- End of inner exception stack trace ---at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirectory, Func`2 errorRewriter)at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFlags flags, Int32 mode)at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options)
查看完整描述

1 回答

  • 1 回答
  • 0 关注
  • 1574 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信