Search found 1503 matches

by support
Fri Apr 25, 2008 8:08 am
Forum: JBatchUpload
Topic: Folder Choice
Replies: 2
Views: 8603

Re: Folder Choice

Yes, I think so. You can use the JavaScript API. 1/ The applet must be loaded 2/ You write some JavaScript in your HTML dropdown list that notifies the applet document.fileupload.setParameter("account",something.like.dropdownlist.value); 3/ When end-user starts upload the new "account" parameter mod...
by support
Fri Apr 25, 2008 8:03 am
Forum: JImageFilter
Topic: Image quality on resized images
Replies: 5
Views: 25233

Re: Image quality on resized images

No, this feature is not available. But it could be a good idea. Do you a have link that explain the basics of such filtering ?
by support
Thu Apr 24, 2008 8:23 pm
Forum: JImageFilter
Topic: Image quality on resized images
Replies: 5
Views: 25233

Re: Image quality on resized images

Try values from 0.05 to 1.0, you will see the differences. For 0.1, JPEG compression is good but image quality is very bad. For 1.0, quality is perfect but image size is big.
by support
Thu Apr 24, 2008 8:20 pm
Forum: JImageUpload
Topic: can we use jImageUpload with jBatchUpload ??
Replies: 1
Views: 6702

Re: can we use jImageUpload with jBatchUpload ??

JBatchUpload and JImageUpload are two different front-ends for JFileUpload. So you have to choose between one of them. You cannot use both at the same time. However, you could use JImageUpload and JBatchUpload in the same web page without any problem. You just need to declare the JavaScripts in your...
by support
Thu Apr 24, 2008 8:16 pm
Forum: JImageUpload
Topic: ImageReadParam num source and dest bands differ
Replies: 3
Views: 9473

Re: ImageReadParam num source and dest bands differ

Grayscale issue has been fixed in next release (2.1). The online demo has already been updated with the fix.
by support
Wed Apr 23, 2008 5:48 pm
Forum: JImageUpload
Topic: ImageReadParam num source and dest bands differ
Replies: 3
Views: 9473

Re: ImageReadParam num source and dest bands differ

Are you trying to upload a grayscale image ?
Could you attach your image in this post ?
by support
Mon Apr 14, 2008 6:44 am
Forum: JFileUpload
Topic: "General Exception" error
Replies: 3
Views: 8791

Re: "General Exception" error

I think the general comes from File menu removal with "Select image(s)" button. It will fix this issue right now.
by support
Sun Apr 13, 2008 6:47 pm
Forum: JFileUpload
Topic: "General Exception" error
Replies: 3
Views: 8791

Re: "General Exception" error

I guess you've modified the JavaScript. Did it work before modification ?
You modified i18pane.properties too ?
by support
Sun Apr 06, 2008 5:31 pm
Forum: JFileUpload
Topic: Press SPACEBAR or ENTER to activate and use this control
Replies: 1
Views: 5603

Re: Press SPACEBAR or ENTER to activate and use this control

Are you using the sample provided with the HTML and JavaScript separated files ?

Do you have the same issue with the online demo ?
http://www.jfileupload.com/products/dem ... _http.html
by support
Wed Apr 02, 2008 6:56 pm
Forum: JDiskExplorer
Topic: New Feature Suggestion
Replies: 3
Views: 9813

Re: New Feature Suggestion

I see, it's because of the menu bar that is not displayed by default (when registered).
I will see how it could be improved.