Click here to Skip to main content
15,891,865 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i am using this script and want to show progress of uploading and its true necessary for me

any Help plz quick.
PHP
$conn = ftp_connect("ftp.testftp.com") or die("Could not connect");
ftp_login($conn,"admin","ert456");

echo ftp_put($conn,"target.txt","source.txt",FTP_ASCII);

ftp_close($conn);
Posted
Comments
Vasudevan Deepak Kumar 25-Oct-12 19:53pm    
If you are triggering the server-side request through jQuery AJAX till the request completes, you can have a simple dialog to show right?

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