Search found 7 matches

by yse
Mon Apr 16, 2012 1:34 pm
Forum: JFileUpload
Topic: filechooserpattern
Replies: 1
Views: 5429

filechooserpattern

Hi, Is it possible to select files that match spcific "file masks" e.g. show only file names that start with "rpt" OR "demofil" OR contains ".TXT"? When using the below param I get all files EXCEPT the ones I want!? (the pattern has the effect of removing the files I want instead of showing them). P...
by yse
Mon Oct 10, 2011 9:06 am
Forum: JFileDownload
Topic: JFileDownload server side issue
Replies: 3
Views: 9922

Re: JFileDownload server side issue

Supported versions: JSP 2.0/Servlet 2.3 I'm not sure I understand what "add blank line" is, but this is how it looks in process.jsp where the directory is changed. Is the JSP code in general sensitive for blank lines, anywhere in the code? <% //String directory = "c:/uploads"; //String tmpdirectory ...
by yse
Mon Sep 26, 2011 4:56 pm
Forum: JFileDownload
Topic: JFileDownload server side issue
Replies: 3
Views: 9922

JFileDownload server side issue

Hi, I am verifying JfileUpload + JFileDownload + JBatchUpload + JSPUpload script to understand how to implement this functionality into my application. Everything works fine, I can upload files, download files BUT i have found in my Application server (IBM WebSphere) std.out log that I get some erro...
by yse
Thu Aug 25, 2011 1:11 pm
Forum: JFileDownload
Topic: Download specific file
Replies: 4
Views: 11188

Re: Download specific file

Have reinstalled everyting to my server and HTTP file upload works OK, both with direct access to process.jsp and via applet_http.html. Still problem with HTTP download. Want to download a file located at: http://99.99.99.99/ftstest/E0057/out/MKD2010026.TXT Code used: document.writeln('<PARAM NAME=C...
by yse
Fri Jul 08, 2011 12:29 pm
Forum: JFileDownload
Topic: Download specific file
Replies: 4
Views: 11188

Re: Download specific file

Yes, it shows "Select a file to upload:" and a Browse, Upload and Cancel button.
by yse
Thu Jun 30, 2011 9:04 am
Forum: JFileDownload
Topic: Download specific file
Replies: 4
Views: 11188

Re: Download specific file

Hi, added PARAM NAME="verbosemode" VALUE="trace" with below result: What can the "HTTP/1.1 403 Forbidden" and "Error 403: Error reported: 403" mean? I have verified different authorities and not found any problems in that area. The file I want to download is possible to access and view from the brow...
by yse
Tue Jun 28, 2011 12:33 pm
Forum: JFileDownload
Topic: Download specific file
Replies: 4
Views: 11188

Download specific file

Hi, Want to download a file located at: http://99.99.99.99/ftstest/E0057/out/MKD2010026.TXT I have tried different settings but nothing works. What can be the problem? Latest parameters used: PARAM NAME="url" VALUE="http://99.99.99.99/FTStest/process.jsp" PARAM NAME="item1" VALUE="MKD2010026.TXT" PA...