how we can upload and view video files

Answer Posted / vipin gurjar

in php we use upload file by using copy function and copy
that clip in a folder

copy(source,destination)

and then u can specify a path like

<body>

<p>
<object classid="clsid:D27CDB6E-AE6D-11CF-96B8-
444553540000" id="obj1"
codebase="http://download.macromedia.com/pub/shockwave/cabs/
flash/swflash.cab#version=6,0,40,0" border="0" width="160"
height="160">
<param name="movie" value="file:///C:/Documents and
Settings/user/My Documents/My
Pictures/vimages/masterdata.jpg">
<param name="quality" value="High">
<embed src="filePthname%
20Pictures/vimages/masterdata.jpg"
pluginspage="http://www.macromedia.com/go/getflashplayer"
type="application/x-shockwave-flash" name="obj1"
width="160" height="160"></object>
</p>

</body>

Is This Answer Correct ?    1 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are some new features introduced in php7?

8376


How to test if a variable is an array?

559


What is api laravel?

528


What difference between require() and require_once()?

550


Is facebook still in php?

515






Is php closing tag necessary?

555


What are the file upload settings in configuration file?

536


When sessions ends?

559


Is variable name casesensitive in php?

549


Explain what are the three classes of errors that can occur in php?

526


What is echo and print in php?

501


List some of the features of php7.

534


What is static method php?

553


What does the array operator '===' means?

551


Is php 7 backwards compatible?

597