This is the form code
<form method="post" action="update-core.php?action=do-plugin-upgrade" name="upgrade-plugins" class="upgrade">
<input type="hidden" id="_wpnonce" name="_wpnonce" value="ab9d3a18e5" /><input type="hidden" name="_wp_http_referer" value="/wp-admin/update-core.php" /><p><input id="upgrade-plugins" class="button" type="submit" value="Update Plugins" name="upgrade" /></p>
<table class="widefat" cellspacing="0" id="update-plugins-table">
<thead>
<tr>
<th scope="col" class="manage-column check-column"><input type="checkbox" id="plugins-select-all" /></th>
<th scope="col" class="manage-column"><label for="plugins-select-all">Select All</label></th>
</tr>
</thead>
<tfoot>
<tr>
<th scope="col" class="manage-column check-column"><input type="checkbox" id="plugins-select-all-2" /></th>
<th scope="col" class="manage-column"><label for="plugins-select-all-2">Select All</label></th>
</tr>
</tfoot>
<tbody class="plugins">
<tr class='active'>
<th scope='row' class='check-column'><input type='checkbox' name='checked[]' value='akismet/akismet.php' /></th>
<td class='plugin-title'><strong>Akismet</strong>You have version 2.4.0 installed. Update to 2.5.1.<br />Compatibility with WordPress 3.0.3: 100% (according to its author)</td>
</tr>
<tr class='active'>
<th scope='row' class='check-column'><input type='checkbox' name='checked[]' value='all-in-one-seo-pack/all_in_one_seo_pack.php' /></th>
<td class='plugin-title'><strong>All in One SEO Pack</strong>You have version 1.6.12.2 installed. Update to 1.6.13.<br />Compatibility with WordPress 3.0.3: 100% (according to its author)</td>
</tr> </tbody>
</table>
<p><input id="upgrade-plugins-2" class="button" type="submit" value="Update Plugins" name="upgrade" /></p>
</form>
I Can't seem to properly submit the checked[] array values. Other fields are fine.