iman121 Posted November 21, 2007 Share Posted November 21, 2007 Heyyy... How can I found where is my temp file before my file upload completly? Plz help thanks Link to comment https://forums.phpfreaks.com/topic/78243-upload-tracker/ Share on other sites More sharing options...
Glyde Posted November 21, 2007 Share Posted November 21, 2007 print $_FILES['html_field_name']['tmp_name'] Link to comment https://forums.phpfreaks.com/topic/78243-upload-tracker/#findComment-396009 Share on other sites More sharing options...
iman121 Posted November 21, 2007 Author Share Posted November 21, 2007 Thanks alot Glyde , But I knew it... I want to find it while my file is uploading...not after it uploaded... Link to comment https://forums.phpfreaks.com/topic/78243-upload-tracker/#findComment-396057 Share on other sites More sharing options...
Glyde Posted November 21, 2007 Share Posted November 21, 2007 You'll need to install a third party extension, as I do not believe PHP ever came out with one. Search google for PHP upload progress and other items such as that which allow you to view details of an object while it is uploading. Link to comment https://forums.phpfreaks.com/topic/78243-upload-tracker/#findComment-396059 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.