arifsor Posted April 21, 2006 Share Posted April 21, 2006 Is this possible in php to show the progress of file uploading?example : if i am going to upload a file using php move_upload function then how can i show the progress of uploading a file.12% 13% .....Regard Arif SorathiaA Quote Link to comment Share on other sites More sharing options...
Ninjakreborn Posted April 22, 2006 Share Posted April 22, 2006 it's definitely possible, but I am not sure of how exactly, but I know it's possible so that lets you know that you can look around and find something. I know there is a way though. Quote Link to comment Share on other sites More sharing options...
poirot Posted April 22, 2006 Share Posted April 22, 2006 You would have to use javascript to call a php script that actually outputs the progress... Here you are, a script I found using Google:[a href=\"http://www.devpro.it/upload_progress/\" target=\"_blank\"]http://www.devpro.it/upload_progress/[/a] Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.