How to validate against upload capacity using DropZone.js?

谁说我不能喝 提交于 2019-12-11 19:12:01

问题


I have a value stored in a database that holds the actual capacity (capacity size in Megabytes for uploaded files) for a user. I want to validate this before each file within a queue is uploaded, so the maximum capacity isn't surpassed. I'm using Laravel as a framework, and DropZone.js for the uploading and I want to validate against this maximum capacity using the Dropzone methods.

来源:https://stackoverflow.com/questions/29583625/how-to-validate-against-upload-capacity-using-dropzone-js

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!