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
Is php closing tag necessary?
Code to open file download dialog in PHP?
Do you know what are traits?
What are the different components used in php for formatting?
What is strcmp?
How to make horizonatl menu and vertical menu responsive
Does php support overloading?
How to pass variables by references?
How long does a php session last for?
What are objects in php?
Which variable declarations within a class is invalid in php?
Explain PHP looping?
What is properties of class?
What is the difference server side and browser side validation?
How to get a total number of rows available in the table?