314parley / kfm

Automatically exported from code.google.com/p/kfm
0 stars 0 forks source link

hangs on google chrome for 5-10 secounts #37

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago

Frist load of kfm in google chrome, the file manager hangs for 5-10 
secounds, after that all works fine. When i close the window and open 
again, i have wait again. 

The upload select button is displayed after this time. Root folder cannot 
be opened.

In this time, i cannot close the google chrome tab!

This problem is only in google chrome, but there on version 1.4.4 and 
nightly.

Original issue reported on code.google.com by nilsfeld@gmail.com on 21 Dec 2009 at 7:09

GoogleCodeExporter commented 8 years ago
wow... I'm getting that as well, in Linux. it's slowing the entire system. I 
wonder
if it's the Flash uploader.

yes. I disabled the flash uploader (set use_multiple_file_upload to 0 in
initialise.php) and it's suddenly much faster.

I'll see if there's an alternative - Chrome supports some HTML5 stuff, so maybe
there's a native multi-uploader.

Original comment by kae.verens@gmail.com on 21 Dec 2009 at 7:34

GoogleCodeExporter commented 8 years ago
http://rakaz.nl/2009/08/uploading-multiple-files-using-html5.html

VERY interesting!

I don't have time to work on it right now (christmas is coming, and that means
deadlines...), but should have time on the weekend.

I've posted about it here:
http://kfm.verens.com/ww.phpBB3/viewtopic.php?f=3&t=444

Original comment by kae.verens@gmail.com on 21 Dec 2009 at 7:46

GoogleCodeExporter commented 8 years ago
https://developer.mozilla.org/en/Using_files_from_web_applications

Original comment by kae.verens@gmail.com on 23 Dec 2009 at 6:51

GoogleCodeExporter commented 8 years ago
done. implemented HTML5 multiple-file uploads. this will take precedence over 
the
flash uploader and the single file uploader, where browsers support it.

http://code.google.com/p/kfm/source/detail?r=953

Original comment by kae.verens@gmail.com on 28 Dec 2009 at 3:45