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 the difference between the 'bitwise and' operator and the 'logical and' operator?
What is the difference between get and post method in php?
What is the importance of parser in php?
Is php required for wordpress?
Could we start a variable with number like $4name?
What are the functions to be used to get the image's properties (size, width and height)?
How can I learn php fast?
What does php exit do?
Who created numbers?
What is the difference between single quoted string and double quoted string?
Can we run php on tomcat server?
Is php strongly typed?
How to delete file in php?
What is the tags in PHP is not a valid way to begin and end a PHP code block?
Suppose we receive a form submitted by a post to subscribe to a newsletter. This form has only one field, an input text field named email. How would we validate whether the field is empty? Print a message "the email cannot be empty" in this case?