Home > Backend Development > PHP Tutorial > 批量批量生成缩略图时,点击提交按钮,浏览器打开一个新页面,只有部分生成缩略图

批量批量生成缩略图时,点击提交按钮,浏览器打开一个新页面,只有部分生成缩略图

WBOY
Release: 2016-06-06 20:42:50
Original
1262 people have browsed it

批量批量生成缩略图时,点击提交按钮,浏览器打开一个新页面,只有部分生成缩略图
点击生成按钮正写常应该提交到:域名/setThumb 但是在生成缩略图时 浏览器新打开页面:域名/setthumb/sthumb 这是为什么 且只生成了部分缩略图 (大概有1w张图 用的Thinkphp框架)

回复内容:

批量批量生成缩略图时,点击提交按钮,浏览器打开一个新页面,只有部分生成缩略图
点击生成按钮正写常应该提交到:域名/setThumb 但是在生成缩略图时 浏览器新打开页面:域名/setthumb/sthumb 这是为什么 且只生成了部分缩略图 (大概有1w张图 用的Thinkphp框架)

图太多没处理完就return了。

不如用convert(imagemagick)直接批量生成。

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template