Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

需求: 安全的文件上传功能 #11

Open
x7536110 opened this issue Apr 3, 2019 · 1 comment
Open

需求: 安全的文件上传功能 #11

x7536110 opened this issue Apr 3, 2019 · 1 comment
Assignees
Labels
good first issue Good for newcomers

Comments

@x7536110
Copy link
Member

x7536110 commented Apr 3, 2019

No description provided.

@x7536110 x7536110 added the good first issue Good for newcomers label Apr 4, 2019
@CoderiGenius
Copy link
Member

文件上传需求:
允许前端通过post形式上传文件,要求:

  1. 文件大小限制可配置
  2. 维护用户与上传文件的映射关系
  3. 存储空间最大限度复用
  4. 保证上传文件时的安全性
  5. 校验上传文件的完整性
    接口:
    入参:文件名+文件流+文件md5
    出参:资源访问链接

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

4 participants