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
What is difference between post and put in rest?
Is uploaded file php?
Tell me what should we do to be able to export data into an excel file?
Define soundex()?
What is a comment in php?
What are the advantages of php?
Explain how can we increase the execution time of a php script?
What is isset post?
What is super keyword in c++?
What is session cookies php?
How would you declare a function that receives one parameter name hello?
Can you pass an array into a function?
What is singleton design pattern in php?
How is it possible to parse a configuration file?
What is composer phar?