Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Write the code for upload a video file in PHP.How will You
Play this in Your Page.?

Answers were Sorted based on User's Feedback



Write the code for upload a video file in PHP.How will You Play this in Your Page.?..

Answer / imteyazhaider

by using object and embed method

<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-
444553540000"......

and

<embed src="test.wmv .......

Is This Answer Correct ?    12 Yes 7 No

Write the code for upload a video file in PHP.How will You Play this in Your Page.?..

Answer / sai suman

In u'r form tag keep an attribute called enc-type with
multipart/form-data

eg:
<form name="upload" id="upload" action="upload.php"
method="post" enctype="multipart/form-data">

So this makes the browser to think that the form is posting
a file as data and this file is sent as chunks, the file
details will be stored in a variable called $_FILES.

In u'r php file just use move_uplode_file("$temp name,<new
file path>")..

Also check the max file size in php.ini while uploading

Is This Answer Correct ?    13 Yes 10 No

Post New Answer

More PHP Interview Questions

display selected value in dropdown list through javascript without page refresh

5 Answers   ASD Lab,


What is the definition of a session?

0 Answers  


how can we retrive value from one database server and store them another database server using php?

3 Answers  


How to get the IP address of the client/user in PHP?

0 Answers  


what does this symbol mean in php?

0 Answers  


How to check curl is enabled or not in PHP

0 Answers  


What is the main difference between require() and require_once()?

0 Answers  


how we can crop an image and how we can display it..

1 Answers   Satyam,


hi guys..i m new to php..and want to learn it including the oops concept...can anybody send me some good programming bases exercise or a small learning project on it at nitsl_a@yahoo.co.in.I know html and going thru some of its websites.But about to go on it practically.plz advice.

1 Answers   College School Exams Tests, Satas, Wipro,


Which have the fastest execution between mysql_fetch_array() and mysql_fetch_assoc()

0 Answers  


Are php sessions cookies?

0 Answers  


How big is varchar max?

0 Answers  


Categories