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 Quote 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'] Quote 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... Quote 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. Quote Link to comment https://forums.phpfreaks.com/topic/78243-upload-tracker/#findComment-396059 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.