Welcome Guest! You need to login or register to make posts.

Notification

Icon
Error

Options
Go to last post Go to first unread
oza  
#1 Posted : Monday, February 24, 2014 4:35:55 AM(UTC)
oza

Rank: Newbie

Groups: Member
Joined: 2/24/2014(UTC)
Posts: 5

Thanks: 1 times
Hello,

Html5 uploader in Chrome Browser crashes when I try upload 500 and more files at once

See screencast: http://screencast.com/t/9mNxnSH1

Aurigma Upload Suite 8.0.51

chrome Version 33.0.1750.117 m

os: Win7

Please help to find cause of problem and resolve it.

Thanks,

oza

Andrew  
#2 Posted : Monday, February 24, 2014 8:35:30 PM(UTC)
Andrew

Rank: Advanced Member

Groups: Member, Administration
Joined: 8/2/2003(UTC)
Posts: 876

Thanks: 2 times
Was thanked: 27 time(s) in 27 post(s)
I afraid HTML5 uploader is not designed for such large uploads. Resizing images in JavaScript is not memory-friendly and it does not allow handling "out-of-memory" issues properly.

If you have such large amount of images, you should either select Flash uploader or switch to Java/ActiveX.

oza  
#3 Posted : Monday, February 24, 2014 11:57:44 PM(UTC)
oza

Rank: Newbie

Groups: Member
Joined: 2/24/2014(UTC)
Posts: 5

Thanks: 1 times
Thanks Andrew,

Quote:
Resizing images in JavaScript is not memory-friendly and it does not allow handling "out-of-memory" issues properly.

Did this mean that html5 always make some image resizing?

I create converters using code:

$converters = &$uploader->getConverters();

$converter = new Converter();

$converter->setMode("*.*=SourceFile");

$converters[] = $converter;

In firefox and opera I can upload 1000 photos using html5 uploader.

Could it be only chrome issue ?

What do you think about it?

Thanks,

oza

Edited by user Tuesday, February 25, 2014 5:18:02 AM(UTC)  | Reason: Not specified

Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.