I'm not shure what you mean by table, but you can send filedata by making a form with an enctype:
<form enctype="multipart/form-data" action="<? echo $PHP_SELF ?>" method="post">
This whil transfer binary data from any <input type=file> field.
Frans-Jan