22 Jul 2012 13:05
Re: Upload files: a simple progress bar ?
Daniel Friesen <lists <at> nadir-seen-fire.com>
2012-07-22 11:05:39 GMT
2012-07-22 11:05:39 GMT
On Sun, 22 Jul 2012 02:29:51 -0700, Thomas Gries <mail <at> tgries.de> wrote: > Question: > > Why don't we have a simple progress bar (in the core) when uploading > files ? > What would you recommend me to use ? > > Many frameworks are available. > See for example ownCloud http://owncloud.org/ > http://gitorious.org/owncloud PHP handles uploads itself before running the script. So there is no way to do server side upload monitoring. And we do normal form uploads so there is no way to do it in the browser. (You need to use some not-so-widly supported recent apis to do this with ajax). -- -- ~Daniel Friesen (Dantman, Nadir-Seen-Fire) [http://daniel.friesen.name]
RSS Feed