在上传图片的同时 需要在图片目录自动生成个空白的htm文件
求怎么实现 php
if ( !file_exists('index.html') ){
file_put_contents('index.html', 'hello world');
}
参考:http://www.w3school.com.cn/php/php_file_create.asp