file « Browser « JSP-Servlet Q&A





1. Prototype / Scriptaculous Javascript plugin for a file browser that integrates with JSP / Java?    stackoverflow.com

I've been tasked with building a new Javascript file browser but unfortunately I have to use Prototype and can't use Jquery (at least not at the moment) due to some issues ...

2. showing file on browser    coderanch.com

Hi, I need a suggestion here. In a JSP page, I call a method of a Javaclass and get a file dynamically. That file could be any format like, pdf,tif,afp,gif,jpeg etc. I need to show that on the browser. I tried using tag and tag but both of them don't support all the file types. I was told by ...

3. actual file content is showing[browser issue]    coderanch.com

When I click on link of my application (.do extension- using Struts/JSP)..it shows me the actual content of the file instead of showing GUI.... I'm using IE 6 SP2, on Windows XP. With Mozila this is not an issue. This problem is not with each and every link...I'm not able to understand where is the problem? Another thing, how we can ...

4. Problem in File Browser    coderanch.com

Hi friends, I creating a file browser I am using the following code for that <%@ page import="java.io.File,java.io.FilenameFilter,java.util.Arrays" %> <% String dir = "c:\\";//request.getParameter("dir"); if (dir == null) { return; } out.println(dir); if (dir.charAt(dir.length()-1) == '\\') { dir = dir.substring(0, dir.length()-1) + "/"; } else if (dir.charAt(dir.length()-1) != '/') { dir += "/"; } dir = java.net.URLDecoder.decode(dir, "UTF-8"); out.println(dir); if (new ...

5. has anybody tried Jsp File browser 1.2    forums.oracle.com