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
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 |
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 |
display selected value in dropdown list through javascript without page refresh
What is the definition of a session?
how can we retrive value from one database server and store them another database server using php?
How to get the IP address of the client/user in PHP?
what does this symbol mean in php?
How to check curl is enabled or not in PHP
What is the main difference between require() and require_once()?
how we can crop an image and how we can display it..
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()
Are php sessions cookies?
How big is varchar max?