When people intend to upload large file from browser (upload music,...), they may need to see the progress (like Yahoo) or they don't how long to wait. I am searching for PHP code some where and I find this: http://bluga.net/projects/uploadProgressMeter/ Basically, It use an Iframe, which is refresh periodically. But for our problem, when file uploaded, how can we retrive file information (temporrary name,...) in order to do the next step in PHP? Have anyone had experience is this problem? Please share your opinion, because I believe a lot of people here don't know but like to know.
There's some related example code at: http://blog.joshuaeichorn.com/archives/2005/05/01/ajax-file-upload-progress/
Watch out because there is a standard file upload limit on PHP's file functions be sure to research that first before you work on a PHP upload script ( I think there are work arrounds this limit ).
By the way, does anyone know how to syntax-hilighting in blogspot.com. If I can do that my blog will be easier to read.
i cant seem to make this work on my localhost.. can someone help me ? it was looking for a file or something like that ? and says cannot execute or cannot connect thanks !!!
Below is KoolUploader - Amazing PHP AJax File Upload. It supports real-time progress tracking, simultaneously multiple files upload and no limit in total size upload... More Information: http://www.koolphp.net/?mod=products&act=view&id=9 View demo: http://www.koolphp.net/support/demos/#kooluploader.ajax_progress_tracking