>> Also - it would be VERY useful to have some sort of progress bar as any >> upload that takes more than a minute of so often has inexperienced >> repeatedly clicking the attach button. Feedback is very important to >> give >> a >> nice ergonomic interface. > > Impossible. You ask for things that are out of the realm of web apps. > All you get is the progress bar in your browser, which isn't usually that > helpful.
I compose my mail in a new window. Since I wanted some sort of progress bar, I hacked the source and added the status bar for the compose window (see below). Now I can at least see that the browser is working with something. Maybe this should be in the core as a default. This is not exactly what you are looking for, but at least it's something. Sincerly, Fredrik. In functions/page_header.php line 129 and line 218 change: ',scrollbars=yes,resizable=yes");'."\n". to: ',scrollbars=yes,resizable=yes,status=yes");'."\n". ------------------------------------------------------- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for IBM's Free Linux Tutorials. Learn everything from the bash shell to sys admin. Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click -- squirrelmail-users mailing list List Address: [EMAIL PROTECTED] List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
