Search found 4 matches

by moyersoen
Tue Nov 03, 2009 5:21 am
Forum: JImageFilter
Topic: Thumbnails to subfolder
Replies: 7
Views: 30383

Re: Thumbnails to subfolder

Thanks. In case you find something please send me an email notification.
by moyersoen
Fri Oct 30, 2009 8:38 pm
Forum: JImageFilter
Topic: Thumbnails to subfolder
Replies: 7
Views: 30383

Re: Thumbnails to subfolder

Exactly and the other constraint I have is that the filename has to be preserved.
1.jpg has to get on the server as "/folder/on/server/1.jpg" & "/folder/on/server/thumbs/1.jpg"

Thanks for your prompt feedback
by moyersoen
Fri Oct 30, 2009 10:57 am
Forum: JImageFilter
Topic: Thumbnails to subfolder
Replies: 7
Views: 30383

Re: Thumbnails to subfolder

The "thumbs" folder has to be created on the server. Here is my scenario: I have on the client in a folder the following images: 1.jpg, 2.jpg ... n.jpg of different sizes higher than 640 x 480. I want to get these on the server in a specified folder,let's call it "/folder/on/server/" resized to max ...
by moyersoen
Thu Oct 29, 2009 6:33 am
Forum: JImageFilter
Topic: Thumbnails to subfolder
Replies: 7
Views: 30383

Thumbnails to subfolder

Hi, we plan to used JFileUpload & JImageFilter in one of our applications. One of the scenarios is that we have to be able to upload images to the server with max size 640 x 480 and to also generate thumbnails for them with max size 120x90 and place them in a "thumbs" subfolder. I saw that resizing ...