How would you impletement download and upload a file in php
Answer Posted / master
uploading is down using html file tag and later on moved to
the destination location.
for downloading we can use the pdf format so once we click
on the link the pdg format of the file will be downloaded
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What type of headers have to be added in the mail function to attach a file?
When is a conditional statement ended with endif?
What are default session time and path?
Can we use include ("xyz.php") two times in a php page "index.php"?
Are php variables global?
How do you check if a variable has been set in php?
Is null check in php?
What is the use of Mbstring?
How escape single quotes php?
What is the use of preg_match in php?
What is the difference between mysql_fetch_array() and mysql_fetch_assoc()?
How is it possible to cast types in php?
How can I find my php version?
How to break a file path name into parts?
How is a session id generated?