Open katag9k opened 8 years ago
If you were to use one file to upload... not sure the multiple file uploader is the best option. why not using the basic uploader? https://github.com/2amigos/yii2-file-upload-widget#blueimp-file-upload-widget-for-yii2
I can set
maxFileSize
to 1 and i can still upload files until I hit the php limit. Is this something that needs to be handled manually? I sort of assumed this would render a hidden input field with MAX_FILE_SIZE set as per the option?