yolop Posted September 27, 2008 Share Posted September 27, 2008 I need a code in ajax for my upload file system i need the code to.. show when the file uplode how much time left until the uplode complat and how much Percent complate from the uplode thank Link to comment https://forums.phpfreaks.com/topic/126081-looking-for-ajax-code/ Share on other sites More sharing options...
corbin Posted September 28, 2008 Share Posted September 28, 2008 Either http://www.phpfreaks.com/forums/index.php/board,8.0.html or Google. Good luck. We don't do stuff for you. You have to atleast try. Link to comment https://forums.phpfreaks.com/topic/126081-looking-for-ajax-code/#findComment-652187 Share on other sites More sharing options...
yolop Posted September 28, 2008 Author Share Posted September 28, 2008 Either http://www.phpfreaks.com/forums/index.php/board,8.0.html or Google. Good luck. We don't do stuff for you. You have to atleast try. like I siad i realy try to search that by myself but i didn't seccess becuase my English is not very well so..I will be happy if someone give me that code thank Link to comment https://forums.phpfreaks.com/topic/126081-looking-for-ajax-code/#findComment-652368 Share on other sites More sharing options...
getmukesh Posted October 1, 2008 Share Posted October 1, 2008 Please find attached file, i have give you actual code, its already running. successfully. please check it. If you have any problem please tell me. [attachment deleted by admin] Link to comment https://forums.phpfreaks.com/topic/126081-looking-for-ajax-code/#findComment-654547 Share on other sites More sharing options...
PFMaBiSmAd Posted October 1, 2008 Share Posted October 1, 2008 It should be noted that the posted "Max's AJAX File Uploader" script only has an upload "activity" indicator and operates using AJAX to display the indicator and any status messages. It does not have the ability to show "how much time left" or "Percent complete" because php does not yet have working/multi-thread hooks in place to provide that type of information while an upload is occurring. The attempts to get php to provide this information are barely/almost working and are single-threaded (status can only be provided for a single upload at any time.) Link to comment https://forums.phpfreaks.com/topic/126081-looking-for-ajax-code/#findComment-654682 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.