Search found 1503 matches

by support
Sun Mar 23, 2008 7:46 pm
Forum: JImageUpload
Topic: error loading applet
Replies: 14
Views: 33280

Re: error loading applet

Yes, I think so. Are you able to access the .properties directly in browser ? Most IIS web servers need to be setup to serve .properties. You just need to enable ".properties" extension to "text/plain" mime type. If you don't know how to setup mime types: Under IIS 4.x and 5.x: http://www.microsoft....
by support
Sat Mar 22, 2008 8:37 am
Forum: JImageUpload
Topic: error loading applet
Replies: 14
Views: 33280

Re: error loading applet

Did you also copy i18n_bar.properties and i18n_pane.properties ? The error you get means that the applet cannot load these files.
by support
Sat Mar 22, 2008 8:34 am
Forum: JImageFilter
Topic: scaling tifffs
Replies: 10
Views: 48723

Re: scaling tifffs

And you have the following in scaling.properties:
extensions=jpg,jpeg,jpe,png,bmp,tif,tiff,pnm,raw

Do you have an URL I could check from here with the applet ?
by support
Fri Mar 21, 2008 6:03 pm
Forum: JImageFilter
Topic: scaling tifffs
Replies: 10
Views: 48723

Re: scaling tiffs

Are you using ImageIO library with JImageFilter ? It is required for TIFF support.
You have a sample: applet_ftp_scaling_iotools.html in JImageFilter package.
by support
Wed Mar 19, 2008 7:31 pm
Forum: JFileUpload
Topic: upload and create folders [SOLVED]
Replies: 3
Views: 8153

Re: upload and create folders

Yes, you have to use both "account" and "accountcreation" extra parameters such as:
<PARAM NAME="param4" VALUE="account">
<PARAM NAME="value4" VALUE="users/user1folder">
<PARAM NAME="param5" VALUE="accountcreation">
<PARAM NAME="value5" VALUE="true">

Does it help ?
by support
Tue Mar 18, 2008 10:26 pm
Forum: JDiskExplorer
Topic: New Feature Suggestion
Replies: 3
Views: 9839

Re: New Feature Suggestion

Yes :)
This feature has been implemented in 2.1. I've sent you the testing release by email.
I've also added/closed this RFE in the wish list:
http://www.jfileupload.com/support/wishlist/index.html
by support
Thu Mar 13, 2008 7:43 pm
Forum: JFileUpload
Topic: Sample code for Perl http server
Replies: 1
Views: 6650

Re: Sample code for Perl http server

Yeap, we have one that supports basic upload and folders/subfolders upload. It is available in add-ons section: http://www.jfileupload.com/products/tools/index.html (PERL upload script).
by support
Sat Mar 08, 2008 10:47 pm
Forum: JFileUpload
Topic: Server error HTTP/1.1 405 Method Not Allowed
Replies: 5
Views: 14695

Re: Server error HTTP/1.1 405 Method Not Allowed

To install TOMCAT on a server, you need: 1 - Install JDK 1.5 available at: http://java.sun.com/javase/downloads/index_jdk5.jsp Latest version is JDK 1.5 update 15 2 - Install TOMCAT 5.5 available at: http://tomcat.apache.org/download-55.cgi Latest core version is 5.5.26. 3 - Once done, copy jspuploa...
by support
Sat Mar 08, 2008 4:43 pm
Forum: JFileUpload
Topic: Server error HTTP/1.1 405 Method Not Allowed
Replies: 5
Views: 14695

Re: Server error HTTP/1.1 405 Method Not Allowed

Ok, the JSPUpload add-on works with a JSP/Servlet engine. Basically, such engine is not available on Windows 2003 server but it could be installed. Do you have one (such as Tomcat) ? The ASP.NET sample works with ASP.NET 2.0 framework installed on server. Could you check you have it ? Also, try basi...
by support
Sat Mar 08, 2008 2:20 pm
Forum: JFileUpload
Topic: Server error HTTP/1.1 405 Method Not Allowed
Replies: 5
Views: 14695

Re: Server error HTTP/1.1 405 Method Not Allowed

Which server-side script are you using to handle upload request ?
Are you using ASP.NET sample script available in add-ons section ?