Click here to Skip to main content
15,881,898 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Guys.
I want to file download in remote server so I use ftp_get command. For example:

PHP
ftp_get($conn,"C:/picture1.jpg",$ftp_path."/"."picture1.jpg",FTP_BINARY); 


This code is correct because downloaded file. But it downloading not show save file dialog or will not be notified that downloading.
How do I fix this problem?
Thanks your free time...
Posted

1 solution

Have a look on this :
http://www.java-samples.com/showtutorial.php?tutorialid=986[^]
I think this might prove Helpful..
 
Share this answer
 
Comments
truvali89 2-Jan-13 15:03pm    
Thanks but it didn't help me. Because I want to show Save File Dialog before download.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900