por si a alguien le interesa lo que hise yo para que los usuarios puedan subir videos desde el fronted sin problemas ni tener que subir imagenes , lo que hise yo fue dejar el [mod] multiupload (
http://www.4homepages.de/forum/index.php?topic=8517.0) para subir imagenes y el upload tradicional lo transforme para subir solo videos.
en fin en lo que hay que modificar en el archivo member_uploadform.html remplazan todo por:
<style type="text/css">
<!--
.Estilo1 {
color: #ffffff;
font-size: 0px;
text-decoration: none;
background-color: #FFFFFF;
background: #FFFFFF;
background-repeat: no-repeat;
word-spacing: normal;
letter-spacing: normal;
border: 0;
border-top-color: #FFFFFF;
border-right-color: #FFFFFF;
border-bottom-color: #FFFFFF;
border-left-color: #FFFFFF;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
border-top: 0;
border-right: 0;
border-bottom: 0;
border-left: 0;
border-color: #CCCCCC;
outline-color: #FFFFFF;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
padding: 0;
padding-top: 0px;
padding-right: 0px;
padding-left: 0px;
padding-bottom: 0px;
min-width: 0px;
max-width: 0px;
min-height: 0px;
max-height: 0px;
margin: 0;
clear: 0;
height: 0px;
float: 0;
width: 0px;
outline: 0;
outline-width: 0px;
outline-style: 0;
border-width: 0;
border-style: 0;
}
-->
</style>
<form method="post" action="{url_member}" enctype="multipart/form-data" onsubmit="uploadbutton.disabled=true;">
<table width="100%" border="0" cellspacing="0" cellpadding="1">
<tr>
<td valign="top" class="head1">
<table width="100%" border="0" cellpadding="4" cellspacing="0">
<tr>
<td colspan="2" valign="top" class="head1">Enviar Video</td>
</tr>
<tr>
<td class="row1"><b>{lang_category}</b></td>
<td class="row1">{cat_name}</td>
</tr>
<tr>
<td class="row2" valign="top"><b>{lang_youtube_id}</b><br /></td>
<td class="row2"><input type="text" name="youtube_id" size="30" value="{youtube_id}" class="input" /></td>
</tr>
<tr>
<td class="row1"><b>Nombre del Video:</b></td>
<td class="row1">
<input type="text" name="image_name" size="30" value="{image_name}" class="input" /></td>
</tr>
<tr>
<td class="row2" valign="top"><b>{lang_description}</b></td>
<td class="row2">
<textarea name="image_description" cols="30" class="textarea" rows="5" wrap="VIRTUAL">{image_description}</textarea> </td>
</tr>
<tr>
<td class="row1" valign="top"><b>{lang_keywords}</b></td>
<td class="row1">
<textarea cols="30" class="textarea" rows="5" wrap="VIRTUAL" name="image_keywords">{image_keywords}</textarea> </td>
</tr>
{if captcha_upload}
{endif captcha_upload}
</table>
</td>
</tr>
</table>
<input type="hidden" name="action" value="uploadimage" />
<input type="hidden" name="cat_id" value="{cat_id}" />
<span class="row2">
<input type="hidden" name="remote_media_file" size="30" value="URL DE LA IMAGEN QUE SUBEN POR EL VIDEO" class="input" />
</span> <span class="row1">
<input type="hidden" name="remote_thumb_file" size="30" value="URL DE LA IMAGEN QUE USARAN DE THUMBAILS PARA SUS VIDEOS" class="input" />
</span>
<p align="center">
<span class="row2">
<input name="media_file" type="file" class="Estilo1" size="0" maxlength="0"/>
</span>
<input type="submit" name="uploadbutton" value="{lang_submit}" class="button" />
<input type="reset" value="{lang_reset}" class="button" />
</p>
</form>
OJO DE CAMBIAR LOS PARAMETROS EN ROJO POR LOS SUYOS
asi sus usuariso podran subir sus videos desde el fronted sin preocuparse por subir una imagen especial o por el thumbails.
PD: la imagen para el boton de subir videos deben llamarse upload.gif y upload_off.gif, mientras que para el upload comun multiupload.gif y multiupload_off.gif