|
Posted by Jerry Stuckle on 08/28/06 12:51
poorna wrote:
> Hi Ninad ,
>
> thanks for ur reply..
> Already i had done image uploading..
> but i cant to upload the video files ...
> i run my codings but it didnt show any error..
> that was my problem...
>
> What can i do for this ??
> any other special process for video file uploading??
> plz let me know..
>
> Thanks
> poorna
>
As Ninad said - there is nothing special about uploading video files.
If it doesn't work, PHP will have some errors. Check your error log -
see your php.ini file for location - it may be the Apache error log or a
separate file.
Additionally, for testing, you can use:
error_reporting(E_ALL);
ini_set("display_errors","1");
to enable displaying errors.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Navigation:
[Reply to this message]
|