//セルが選択された際に呼び出される
- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath
{
//選択されたセルを取得
UITableViewCell *cell = [tableView cellForRowAtIndexPath:indexPath];
/…
php.iniを適当なサイズに変更します。
memory_limit 32M
post_max_size 50M
upload_max_filesize 50M
php.iniを変更したら
httpdをリスタートします。
service httpd restart
これで、大きなサイズでもインポート可能になります。
graffiti on the web
この投稿へのコメント
コメントはまだありません。