Write the code for upload a video file in PHP.How will You
Play this in Your Page.?
Answer Posted / 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 |
Post New Answer View All Answers
what is CURL?
Which is the latest version of php?
Why is node js better than php?
What are the rules to determine the “truth” of any value which is not already of the boolean type?
What are the advantages and disadvantages of cascade style sheets?
Explain whether it is possible to share a single instance of a memcache between multiple php projects?
What do you mean range() in php?
Explain what is the static variable in function useful for?
What is the php function that removes the last element of the array and returns it?
What is strlen function in php?
How can you declare the array in php?
what does this symbol mean in php?
How do you check if an arraylist is empty?
What is session in c#?
Code to upload a file in PHP?