in reply to Apache::Request UPLOAD_HOOK
One thing that may simplify the system a bit is using a session system to store the upload_id, so you don't have to know it before opening the popup. Something like <form ... onclick="window.open('popup.pl','progress');"> will do then.
You can also fake the whole thing with an animated gif in a popup-window (that's what the Exchange webmail interface does).
-- Joost downtime n. The period during which a system is error-free and immune from user input.
|
|---|