How would you impletement download and upload a file in php
Answers were Sorted based on User's Feedback
Answer / vijaya
refer this link for uploading
http://php-mysql-javascript-css.blogspot.com/
for files downloading you can use headers .
<?php
// We'll be outputting a PDF
header('Content-type: application/pdf');
// It will be called downloaded.pdf
header('Content-Disposition: attachment;
filename="downloaded.pdf"');
// The PDF source is in original.pdf
readfile('original.pdf');
?>
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / 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 |
Which is the correct way to check if a session has already been started ?
i am a php programmer can i be a java programmer?
How to call javascript function in php without any event?
i have saved the password in encrypted format in database. now i want how to retrive the password in decrypted format.
What are the disadvantages of php?
What are the features and advantages of object-oriented programming?
Who created numbers?
How can we encrypt the username and password using PHP?
3 Answers Rushmore Consultancy,
How can I find the width and height of an image resource?
2 Answers Rushmore Consultancy,
What is final class and final method in php?
Do you know how to enable error reporting in php?
Dear Sir, i am a frasher and now i got a job offer from AentteQ Software Technologies for PHP developer.. so i am in confusion that is PHP correct for my carrer or i shud choose other then php for my carrer...plz suggest me