Search found 52 matches

by dstonek
Thu Oct 09, 2008 9:48 pm
Forum: JFileUpload
Topic: Cleaning Java cache
Replies: 1
Views: 5933

Cleaning Java cache

Suppose I change the applet settings, upgrade /lib or whatever that needs to clean the Java cache or removing temporary files. Is there a way to perform these tasks from the applet itself to avoid instruct and ask all users to perform them by themselves? Something like grab a cookie containing versi...
by dstonek
Wed Oct 08, 2008 9:35 pm
Forum: JImageFilter
Topic: Resizing Black and White photos
Replies: 6
Views: 30476

Re: Resizing Black and White photos

Yes!
Nice!
Samples are intended to show online, then, converting them to RGB for resize is a logical way.
This is v2.2beta2 version of this product.
by dstonek
Wed Oct 08, 2008 9:30 pm
Forum: JFileUpload
Topic: Drag'n drop and child directories
Replies: 2
Views: 7362

Re: Drag'n drop and child directories

Great!
That's what I need?
Thanks
by dstonek
Tue Oct 07, 2008 11:07 pm
Forum: JFileUpload
Topic: Drag'n drop and child directories
Replies: 2
Views: 7362

Drag'n drop and child directories

If I drag'n drop certain dir to the applet it only process files from the top level.
Is it possible to also process files that belong to child dirs?
In my case I don't care about keeping dir order, I only need all files from subdirs to be processed.
Thank you
by dstonek
Mon Oct 06, 2008 8:26 pm
Forum: JImageFilter
Topic: (Suspecting) broken connection behavior
Replies: 18
Views: 72138

Re: (Suspecting) broken connection behavior

Solutions you suggest: 1 - Increase heap size for applets in client-side Java control panel. Under windows : Start->Control Panel->Java->Java tab->Java plugin runtime->Display and add the following in execution parameters : -Xmx128m 2 - Use smaller values for maxwidth and maxheight (for instance 300...
by dstonek
Mon Oct 06, 2008 7:16 pm
Forum: JImageFilter
Topic: (Suspecting) broken connection behavior
Replies: 18
Views: 72138

Re: (Suspecting) broken connection behavior

Ok, thanks I'll follow that suggestions and try again.
Just in case I prevent this events and set to resample those files in server side in process file.
by dstonek
Mon Oct 06, 2008 12:12 pm
Forum: JImageFilter
Topic: (Suspecting) broken connection behavior
Replies: 18
Views: 72138

Broken connections solution

For the broken connections issue... My problem wasn't to resume a large file uploads but a large amount of small files. I made some changes and my first attempt went good. document.writeln('<PARAM NAME="resume" VALUE="true">'); document.writeln('<PARAM NAME="retry" VALUE="10">'); document.writeln('<...
by dstonek
Sun Oct 05, 2008 9:53 pm
Forum: JImageFilter
Topic: Resizing Black and White photos
Replies: 6
Views: 30476

Re: Resizing Black and White photos

Have you solved this problem? Maybe they have to be converted to rbg. Is it posible in Java?
by dstonek
Sun Oct 05, 2008 9:51 pm
Forum: JImageFilter
Topic: (Suspecting) broken connection behavior
Replies: 18
Views: 72138

Re: (Suspecting) broken connection behavior

Yes, they are photos from Wikipedia.org
I posted a link in an earlier post.
Despite the applet error message the files are uploaded to their target dir.
Example 1
Example 2
They all were not downsampled by the applet.
Thanks
PS: not all no resized uploads got that error msg I posted in a snapshot.
by dstonek
Sun Oct 05, 2008 1:25 pm
Forum: JImageFilter
Topic: (Suspecting) broken connection behavior
Replies: 18
Views: 72138

Re: (Suspecting) broken connection behavior

Maximum file upload size and Maximum HTTP POST size are set to 15MB. But this is not the point. The applet must not upload such heavy files. It has to resize them all to 500 pixels the longest side and then upload to server. Files will be no more than 100Kb. I got this problem with two different fil...