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 Link to comment https://forums.phpfreaks.com/topic/8072-file-uploading-progress/ 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. Link to comment https://forums.phpfreaks.com/topic/8072-file-uploading-progress/#findComment-29537 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] Link to comment https://forums.phpfreaks.com/topic/8072-file-uploading-progress/#findComment-29542 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.