Search found 19 matches

by onyii5119
Tue Dec 29, 2009 2:19 pm
Forum: JDiskExplorer
Topic: How to specify the host directory to display
Replies: 5
Views: 12878

Re: How to specify the host directory to display

Thanks. I am currently testing with localhost. Which condition in explorer.jsp triggers the message: "Cannot change directory to /"? This might help me debug the code. I am using servlets instead of process.jsp and explorer.jsp. Since explorer.jsp is included in process.jsp, I had to combine both in...
by onyii5119
Mon Dec 28, 2009 2:00 pm
Forum: JDiskExplorer
Topic: How to specify the host directory to display
Replies: 5
Views: 12878

Re: How to specify the host directory to display

I did everything but was getting the following in the status line:
"Cannot change directory to /"

What causes this message to be displayed?

Thanks.
by onyii5119
Mon Dec 28, 2009 2:54 am
Forum: JDiskExplorer
Topic: How to specify the host directory to display
Replies: 5
Views: 12878

How to specify the host directory to display

I want to use JDiskExplorer to allow a user download files from the host. How do I specify the host directory the user can download files from? Each time I try to run JDiskExplorer, I get an empty host panel (no files listed for the host).

I am using HTTP protocol.

Thanks.
by onyii5119
Mon Dec 28, 2009 2:07 am
Forum: JS3Explorer
Topic: Remote Host Setup
Replies: 4
Views: 20960

Re: Remote Host Setup

>>>If you would like this feature quickly and you're willing to pay for it then I think it could be done in January. It is a feature, I think will help you sell your product. The way JS3Explorer is right now, is not very useful for a serious application. Nonetheless, if you can incorporate the featu...
by onyii5119
Mon Dec 28, 2009 1:58 am
Forum: JFileUpload
Topic: Suggestions: Internationalization
Replies: 8
Views: 13610

Re: Suggestions: Internationalization

Thanks so much. I appreciate your support.
by onyii5119
Sun Dec 27, 2009 1:57 am
Forum: JBatchUpload
Topic: Updating Applet param values with JavaScript
Replies: 2
Views: 8462

Re: Updating Applet param values with JavaScript

Thank you so much. It solved my problem for Firefox. It seems not to work for IE 7. In IE 7, I get the debug message: Object doesn't support this property or method. This how I defined it in Applet: document.write('param2="username" '); document.write('value2="test" '); document.writeln('<PARAM NAME...
by onyii5119
Sun Dec 27, 2009 1:39 am
Forum: JFileUpload
Topic: Suggestions: Internationalization
Replies: 8
Views: 13610

Re: Suggestions: Internationalization

To make it simple, lets assume that the current language/locale selected by the user is always available in a JavaScript variable:

var selectedLocale = 'de';

You can take it up from there.

Thanks so much. I appreciate your efforts.
by onyii5119
Sat Dec 26, 2009 2:54 am
Forum: JBatchUpload
Topic: Updating Applet param values with JavaScript
Replies: 2
Views: 8462

Updating Applet param values with JavaScript

I have the following defined in my applet tag: document.write('param2="username" '); document.write('value2="test"'); document.writeln('<PARAM NAME="param2" VALUE="username">'); document.writeln('<PARAM NAME="value2" VALUE="test">'); If I have a JavaScript variable defined as follows for example: va...
by onyii5119
Fri Dec 25, 2009 8:52 pm
Forum: JFileUpload
Topic: Suggestions: Internationalization
Replies: 8
Views: 13610

Re: Suggestions: Internationalization

I write Java code not PHP. Do you have a sample PHP code, I can take a look at? I will handle the translation to Java myself. Since you do not have any other language bundles it is then obvious that you have not even tested what you are proposing. To be honest with you I really don't understand what...
by onyii5119
Fri Dec 25, 2009 1:02 am
Forum: JFileUpload
Topic: Suggestions: Internationalization
Replies: 8
Views: 13610

Re: Suggestions: Internationalization

>>Does it make sense ? Not quite. What is this: i18n.properties.php? Please elaborate with a concrete example. You did not answer my previous question. Let me ask the question again: How many locales have you created resources for? In other words, which languages have you created i18n_de.properties ...