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 is crypt () in php?
Tell me what type of operation is needed when passing values through a form or an url?
Does cors prevent csrf?
Does php require a web server?
Write a program in php to check whether a number is prime or not?
What is overriding in php?
Describe session in php.
What are the differences between PHP3 and PHP4 and PHP5? what is the current stable version of PHP?
How do you destroy a session?
What are the php functions?
Explain array_uintersect()?
What are helpers in php?
How many escape sequences are recognized in double-quoted strings?
Can php run on windows server?
Can we extend two classes in php?