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
Can I use php in visual studio?
What is the use of magic function in php?
How long is session timeout?
What is whitespace in html?
What is the Pipe Symbol represented?
What is the difference between apache vs niginx?
Explain setcookie() function in php?
What is php addslashes?
Is empty array php?
How to genrate report in wordpress cms
Is php the same as html?
How be the result set of mysql handled in php?
How can we change the value of a constant?
What are the different tables(engine) present in mysql, which one is default?
Tell me what is the main difference between php 4 and php 5?