Hi,
You can add style="display:inline" on the AJAXUploader control. It will be something like this:
Code: HTML/ASPX
<eo:AJAXUploader style="display:inline" ....>
.....
</eo:AJAXUploader>
You can also use a table if you want to control the layout more precisely.
Thanks!