ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip       Ask Questions on ANYTHING, that arise in your Daily Life at     FORUM9.COM
Google
 
Categories  >>  Software  >>  Scripts  >>  PHP
 
 


 

 
 PHP interview questions  PHP Interview Questions
 ASP interview questions  ASP Interview Questions
 CGI Perl interview questions  CGI Perl Interview Questions
 JavaScript interview questions  JavaScript Interview Questions
 VB Script interview questions  VB Script Interview Questions
 JSP interview questions  JSP Interview Questions
 Shell Script interview questions  Shell Script Interview Questions
 Python interview questions  Python Interview Questions
 Tcl interview questions  Tcl Interview Questions
 Awk interview questions  Awk Interview Questions
 AJAX interview questions  AJAX Interview Questions
 Ruby on Rails interview questions  Ruby on Rails Interview Questions
 Scripts AllOther interview questions  Scripts AllOther Interview Questions
Question
How would you impletement download and upload a file in php
 Question Submitted By :: Rakesh Kumar Nautiyal
I also faced this Question!!     Rank Answer Posted By  
 
  Re: How would you impletement download and upload a file in php
Answer
# 1
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 ?    4 Yes 0 No
Vijaya
 
  Re: How would you impletement download and upload a file in php
Answer
# 2
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 ?    0 Yes 2 No
Master
 
 
 

 
 
 
Other PHP Interview Questions
 
  Question Asked @ Answers
 
How do you develop your own PHP extension ?  1
I have 10 elements of Array, how can i remove 5 array element, with single function.  11
How can I use the COM components in php? Rushmore-Consultancy1
does PHP support foreign key and Rollback?yes or not.if not then why. how will you done these concept in php? Avanigoradia1
Specify pre-defined classes in php ?  1
what is the difference between mysql_fetch_array() and mysql_fetch_row()?  9
What is the difference between unlink and unset ?  3
What are the differences between require and include, include_once?  2
Explain about error handling in php? Life-Infotech1
how to register website in internet  2
when we select some checkboxes and we went for next page if we came back to prevoius page the selcted checkboxe should be checked  2
What is the substitution of submit in PHP? RedAlkemi6
Does winrunner 8.0 or qtp 8.0 supports php  2
how to count how many sundays in month? Photon5
Write a php code which could be used to generate random numbers between 1 - 100 and display them on the screen.  7
What is .htaccessfile and use of this file  5
What is Joomla? T3-Softwares4
Suppose your Zend engine supports the mode <? ?> Then how can u configure your PHP Zend engine to support <?PHP ?> mode ?  4
what are the differents between 'action' and 'target' in form tag?  3
In How many ways can u represent Not equal?Give Syntax of all ways..  3
 
For more PHP Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com