We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
第一次是每次只上传1 个图片。我看了源码(我放在PHPstudy环境下学习),D:\phpStudy2017\PHPTutorial\WWW\nonecms\application\admin\view\product_edit.html: 1 {include file="public/header" /} 2 <script type="text/javascript"> 3: var upload_max = 7;//可上传图片最大数量 4 </script> 5
然后我再试了几个单一图片的上传,偶尔出现系统错误提示。
新手学习基于TP5的CMS中...... 请指教了
The text was updated successfully, but these errors were encountered:
打了1.2补后,图片可以上传7个了,但前端只能显示4个
Sorry, something went wrong.
No branches or pull requests
第一次是每次只上传1 个图片。我看了源码(我放在PHPstudy环境下学习),D:\phpStudy2017\PHPTutorial\WWW\nonecms\application\admin\view\product_edit.html:
1 {include file="public/header" /}
2 <script type="text/javascript">
3: var upload_max = 7;//可上传图片最大数量
4 </script>
5
已经定义了upload_max=7。
但先经过其他上传图片后,再上传产品图片时,出现提示“最多上传1张图片”。???
然后我再试了几个单一图片的上传,偶尔出现系统错误提示。
新手学习基于TP5的CMS中......
请指教了
The text was updated successfully, but these errors were encountered: