Search found 6 matches

by jchen
Fri May 21, 2010 9:00 pm
Forum: JImageUpload
Topic: Get the file names.
Replies: 1
Views: 14398

Get the file names.

Hi, I'm using applet_http_ipreview.html (I changed it to applet_http_ipreview.jsp) to upload my multiple files to server. It works fine. I need to get all the uploaded files name (including the path.) I'd like to add the uploaded files name to my server database file records. How can I get the uploa...
by jchen
Fri May 21, 2010 8:45 pm
Forum: JFileUpload
Topic: Username and password
Replies: 8
Views: 16702

Re: Username and password

Hi,

It works fine.
No JDBC connection. Just change http IP address for the destination as you said.
Great!

Thanks,

Jiunn Chen
by jchen
Fri May 21, 2010 3:24 pm
Forum: JFileUpload
Topic: Username and password
Replies: 8
Views: 16702

Re: Username and password

Hi, In applet_http_ipreview.js I already modified: ... //document.write('url="http://localhost:8080/upload/process.jsp" '); document.write('url="http://localhost:9082/nfnFileUpload/process.jsp" '); ... //document.writeln('<PARAM NAME="url" VALUE="http://localhost:8080/upload/process.jsp">'); documen...
by jchen
Thu May 20, 2010 10:11 pm
Forum: JFileUpload
Topic: Username and password
Replies: 8
Views: 16702

Re: Username and password

Hi, I've got more info for you. In process.jsp: <% String directory = "c:/uploads"; %> <% String tmpdirectory = "c:/uploads/tmp"; %> with no error. If I changed to <% //String directory = "c:/uploads"; %> <% //String tmpdirectory = "c:/uploads/tmp"; %> <% String directory = "//192.168.201.4/home/upl...
by jchen
Thu May 20, 2010 8:39 pm
Forum: JFileUpload
Topic: Username and password
Replies: 8
Views: 16702

Re: Username and password

I need your suggestion: Which manner should I use in connection to my server? 1. Follow your example, just insert user name and password for the connection. As you can see, I just insert the user and password in your souce code. 2. Or shall I need to setup a JDBC coneection in the begining of proces...
by jchen
Wed May 19, 2010 6:10 pm
Forum: JFileUpload
Topic: Username and password
Replies: 8
Views: 16702

Username and password

I’m evaluate your applet_http_ipreview running on ”IBM Rational Developer for i” (a WebSphere Application Server running on localhost) v.7.5 for my client. The upload destination is a System i (via local VPN), i.p. address: 192.168.201.4 When test it on my PC, if I sign on with username and password...