[PHP-users 32762] Re: 一括画像アップロードについて +追加
tsujimo
tsujimo @ tsujimo.com
2007年 10月 18日 (木) 19:13:13 JST
On Oct 18, 2007, at 7:05 PM, <tamayanz @ yahoo.co.jp>
<tamayanz @ yahoo.co.jp> wrote:
> 下記のようにする手もありそうですが、
> 個数を決めないで、選択アップする手はありますでしょうか。
> <form action="upload_confirm.php" method="post"
> enctype="multipart/form-data">
> <input type="file" name="picfile1"> <br/>
> <input type="file" name="picfile2"> <br/>
> <input type="file" name="picfile3"> <br/>
> <input type="file" name="picfile4"> <br/>
> <input type="file" name="picfile5"> <br/>
> <input type="file" name="picfile6"> <br/>
> <input type="submit" value="送信"> </form>
<input type="file" name="picfile[]"> <br/>
<input type="file" name="picfile[]"> <br/>
<input type="file" name="picfile[]"> <br/>
としたらどうでしょうか。
----------
SYUEI TSUJIMOTO
http://www.tsujimo.com/shop/
PHP-users メーリングリストの案内