Page 1 of 1

upload video file on server in php

Posted: Mon Dec 28, 2009 7:06 am
by rashid_mohd
when i m uploading vedio file (eg. a.avi) using http://localhost/file_conv/upload.php (first page)
then it comes to next page that is http://localhost/file_conv/upload2.php
shows message: your file has been uploaded perfectly..
but ..

when i use this url on other machine which is LAN connected using my ip address that is :192.68.1.7 ,not uploading file .
i give this address like http://192.168.1.7/file_conv/upload.php opened
but http://192.168.1.7/file_conv/upload2.php dont show any message

Re: upload video file on server in php

Posted: Mon Dec 28, 2009 12:25 pm
by Christopher
This is often a permissions or configuration problem.