Search found 9 matches

by Bougli
Mon Aug 30, 2010 9:42 pm
Forum: JFileUpload
Topic: Upload very slow, tested on 3 differents servers
Replies: 10
Views: 29461

Re: Upload very slow, tested on 3 differents servers

Sorry i missed this message.
No problem on your demo, but it's online through web connection.
Then i can't reproduce local upload and speed...

I don't really know how to help you understand what happens in this context...
by Bougli
Wed Aug 18, 2010 7:30 pm
Forum: JFileUpload
Topic: Upload very slow, tested on 3 differents servers
Replies: 10
Views: 29461

Re: Upload very slow, tested on 3 differents servers

I activated the progress info. In fact the download is not regulated. It starts with a normal speed and decrease to finish around 10ko/s, although i upload direclty on the same computer (not through network) ! Other strange thing : the total time increases with the size of the file. For a 1Mb file, ...
by Bougli
Fri Aug 06, 2010 5:34 pm
Forum: JFileUpload
Topic: Upload very slow, tested on 3 differents servers
Replies: 10
Views: 29461

Re: Upload very slow, tested on 3 differents servers

Hi
I've tested

Code: Select all

<PARAM NAME="buffersize" VALUE="16384">
this doesn't work.

I've installed a new winXP from scratch (with all updates), same problem...

help !
by Bougli
Mon Aug 02, 2010 7:26 pm
Forum: JFileUpload
Topic: Upload very slow, tested on 3 differents servers
Replies: 10
Views: 29461

Re: Upload very slow, tested on 3 differents servers

Hi. I will try this and let you know. But since my message i tried again on another windows XP, and it worked well ! Then i can understand that there is a specific thing that causes this problem. But i also know that there is no differences between the 2 computers ! This is the same XP version, with...
by Bougli
Thu Jul 29, 2010 10:43 pm
Forum: JFileUpload
Topic: Upload very slow, tested on 3 differents servers
Replies: 10
Views: 29461

Re: Upload very slow, tested on 3 differents servers

No antivirus, and no indexing software.
Also tested on a new fresh Windows XP.

Anything that could help ?
Do you think "put" method is as fast as "post" ?
by Bougli
Wed Jul 28, 2010 10:41 pm
Forum: JFileUpload
Topic: Upload very slow, tested on 3 differents servers
Replies: 10
Views: 29461

Upload very slow, tested on 3 differents servers

Hi. I use the last version of Jfileupload. Important : this is on windows (i don't have the choice). The upload works correctly for a small file, but when i try to add a file larger than 50Mb or 100Mb, it's very slow : around 3 or 4 mn on local network !!! Tried on 2 another local servers, same thin...
by Bougli
Fri Jul 10, 2009 12:14 pm
Forum: JFileUpload
Topic: internationalize jfileupload
Replies: 1
Views: 6298

internationalize jfileupload

Hi I try to customize and translate jfileupload texts. I've put the resources=i18n parameter. Now, the applet doesn't launch, and give the error : "Can't find bundle for base name i18n, locale fr_FR". Like i saw in previous messages or in the help section, i've done all that : - verified the filenam...
by Bougli
Fri Jul 10, 2009 9:18 am
Forum: JFileUpload
Topic: Upload failed behind router (provider box)
Replies: 2
Views: 7167

Re: Upload failed behind router (provider box)

Ok thanks for the help.
Effectivly, i didn't precise correctly the port in the juploadfile url.

Works well now.
regards
by Bougli
Thu Jul 09, 2009 9:06 am
Forum: JFileUpload
Topic: Upload failed behind router (provider box)
Replies: 2
Views: 7167

Upload failed behind router (provider box)

Hi there. I've a stange problem : i've put JFileupload on a local server, it works through local network. But if i try from the web, through my router, it fails : "Upload failed : java.net.SocketException: Connection reset" Is there any special port to open ? What could cause this ? Sorry, for now, ...