Search found 19 matches

by onyii5119
Thu Dec 24, 2009 3:29 pm
Forum: JFileUpload
Topic: Suggestions: Internationalization
Replies: 8
Views: 13687

Suggestions: Internationalization

As a Java Architect/Developer myself, I am not pleased with the way you implemented your localization feature. I would have preferred that a parameter be set that would indicate the locale desired. Then the applet can then read the param value and load the appropriate resource bundle. For instance, ...
by onyii5119
Thu Dec 24, 2009 3:16 pm
Forum: JS3Explorer
Topic: Remote Host Setup
Replies: 4
Views: 21875

Re: Remote Host Setup

That would be great! I need a feature where I can expose a filtered content from S3 bucket to a user. The user can then select files to download. It would not be necessary for the user to have an S3 account. Moreover, I don't want the host S3 credentials exposed in the applet in any way. I hope it i...
by onyii5119
Thu Dec 24, 2009 12:37 pm
Forum: JFileUpload
Topic: Where are the uploaded files in Lunix? Plus other issues.
Replies: 5
Views: 9117

Re: Where are the uploaded files in Lunix? Plus other issues.

Do you know how I can verify that in Tomcat?
by onyii5119
Wed Dec 23, 2009 11:46 pm
Forum: JFileUpload
Topic: Where are the uploaded files in Lunix? Plus other issues.
Replies: 5
Views: 9117

Re: Where are the uploaded files in Lunix? Plus other issues.

>>Did you update the upload directory and tmp directory at the beginning of the JSP ? I did. Actually, I noticed that your applet could not write to the directories I specified. I was getting some access right violation. I used chmod to assign all access rights (read, write and execute) to the direc...
by onyii5119
Wed Dec 23, 2009 11:36 pm
Forum: JBatchUpload
Topic: Exception while running JBatchUpload
Replies: 4
Views: 11672

Re: Exception while running JBatchUpload

Thanks. I am able to bring it up under windows.
by onyii5119
Wed Dec 23, 2009 11:31 pm
Forum: JS3Explorer
Topic: Remote Host Setup
Replies: 4
Views: 21875

Remote Host Setup

How is the remote host setup in JS3Explorer? Is it possible to use JS3Explorer to filter content of a bucket and expose it to a user that does not have S3 credentials to download? I don't want the user to upload files to my S3 bucket. Moreover, I do not want to expose my aws credentials to the user ...
by onyii5119
Mon Dec 21, 2009 1:05 pm
Forum: JFileUpload
Topic: Where are the uploaded files in Lunix? Plus other issues.
Replies: 5
Views: 9117

Where are the uploaded files in Lunix? Plus other issues.

I tested JFileUpload in windows XP and was able to see the uploaded files in the directory I specified in process.jsp. Then I moved it to Linux box, made the necessary changes to the directory and IP. The program ran fine but I could not see any downloaded files in the directory I specified. I had t...
by onyii5119
Mon Dec 21, 2009 12:51 pm
Forum: JBatchUpload
Topic: Exception while running JBatchUpload
Replies: 4
Views: 11672

Re: Exception while running JBatchUpload

I had to re-install JBatchUpload (like you suggested) and cleared my browser of any cache content but got the following exception: Dec 21, 2009 6:42:20 AM jfileupload.upload.client.MApplet <init> INFO: JFileUpload 2.5 Build FINAL.001 java.util.MissingResourceException: Can't find bundle for base nam...
by onyii5119
Sun Dec 20, 2009 6:34 pm
Forum: JBatchUpload
Topic: Exception while running JBatchUpload
Replies: 4
Views: 11672

Exception while running JBatchUpload

I have test JFileUpload and JDiskExplorer and was able to get them running but while trying to start JBatchUpload, I got the following exception. Any clues? Java Plug-in 1.6.0_13 Using JRE version 1.6.0_13 Java HotSpot(TM) Client VM User home directory = C:\Documents and Settings\Jonathan ----------...