Jump to content
GIGN Forum

Ah Tizli, Neuploado Video


mex
 Share

Recommended Posts

Es esmu tik tuvu video galerijas pabeigšanai, visu uztaisīju, bet ķibele ir pie failu augšupielādes. Kr4 kad augšupielādē kādu .avi, tad parāda, ka $_FILES["file"] neexistē, bet kad augšupielādē .mpg, tad viss darbojas kā nākas.

kr4 visu kodu nerādīšu, bet vnk ieskatam:

<?
if($_FILES["file"])
{
echo"darbojas";
}
echo '
<form enctype="multipart/form-data" method="post" action="">
<table>
<tr>
<td align=center>Video:</td><td align=center><input name="file" id=file type="file" /></td>
</tr>
<tr>
<td colspan=2 align=center><input type="submit" value="Augšupielādēt"></td>
</tr>
</table>
</form>
';
?>

augšupielādējot to .avi neparāda "darbojas", bet ar .mpg parāda :(

kas par vainu tur varētu būt ? :ermm:

Edited by mex
Link to comment
Share on other sites

uz vienu .avi video viņš saka:

Array ( [name] => sample.avi [type] => [tmp_name] => [error] => 1 => 0 )

uz oitu .avi vispār klusē !

error[1]: The selected file exceeds the permitted size set in the server's configuration.

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
 Share

×
×
  • Create New...