location of i18n.properties

Upload core product.
Post Reply
yeli
Posts: 4
Joined: Thu May 22, 2008 4:57 pm

location of i18n.properties

Post by yeli »

Hello,

Currently I use the free version of JFileUpload. But I don't use the predefined pathstructure.
I use :

/applets/jfileupload/lib -> the folder containing the jar-files
/scripts/main.js -> the script that initializes the applet (with an js-function)
/index.php

Where I have to copy the i18n.properties file?
Meanwhile, I try all possible locations, but it don't work.

btw: the resources parameter is set to i18n.

User avatar
support
Posts: 1503
Joined: Sun Jan 27, 2008 6:19 pm

Re: location of i18n.properties

Post by support »

It should be under scripts/ or / but not under applets/jfileupload/lib/.
Also, you have to make sure you can access the file directly from browser through:
http://www.yourserver.com/scripts/i18n.properties

If you get and 404 or 403 error then it means the file is not installed or your server is not setup to serve ".properties".

Which web server are you using ?

yeli
Posts: 4
Joined: Thu May 22, 2008 4:57 pm

Re: location of i18n.properties

Post by yeli »

Thx for the fast answer!

I've found the solution by now.
i18n.properties must be located beside the html or php-script.
This means: at the root /

The problem on my computer was the java-applet-cache.
Deactivating this, solves the problem.

User avatar
support
Posts: 1503
Joined: Sun Jan 27, 2008 6:19 pm

Re: location of i18n.properties

Post by support »

Great !

Post Reply