peinhu / AetherUpload-Laravel

A Laravel package to upload large files 上传大文件的Laravel扩展包
GNU General Public License v2.0
919 stars 126 forks source link

上传前的hash计算是否可以关闭,有时候对文件上传质量要求不高的时候,hash计算需要太长的时间。 #60

Closed tiayo closed 5 years ago

peinhu commented 5 years ago

可以考虑做成可选项,不开秒传的话确实上传前可以不用计算。

发自我的 iPhone

在 2019年7月15日,08:49,中国天妖 notifications@github.com 写道:

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

peinhu commented 5 years ago

不过这样就无法验证上传后的文件是否完整了,不能比对hash

发自我的 iPhone

在 2019年7月15日,08:49,中国天妖 notifications@github.com 写道:

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

peinhu commented 5 years ago

准备加个宽松模式选项,前端不计算hash,默认不启用。

发自我的 iPhone

在 2019年7月15日,08:49,中国天妖 notifications@github.com 写道:

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

tiayo commented 5 years ago

期待您的更新!

peinhu commented 5 years ago

v2.0.7已经加入宽松模式,具体查看配置文件的注释说明。