JDiskExplorer on SUN Web Portal

Explorer-like frontend add-on to upload/download.
Post Reply
dubis
Posts: 5
Joined: Wed Jun 11, 2008 7:43 am

JDiskExplorer on SUN Web Portal

Post by dubis »

Hi,

Someone knows how to install JDiskExplorer on on SUN Web Portal.

Thanks

User avatar
support
Posts: 1503
Joined: Sun Jan 27, 2008 6:19 pm

Re: JDiskExplorer on SUN Web Portal

Post by support »

You can install it as it was any other web server.

JDiskExplorer is a JFileUpload add-on. You need JFileUpload first.
1 - Download JFileUpload
http://www.jfileupload.com/products/jfi ... index.html

2 - Download JDiskExplorer
http://www.jfileupload.com/products/jdi ... index.html

Then are you planning FTP or HTTP for transfer protocol ?

dubis
Posts: 5
Joined: Wed Jun 11, 2008 7:43 am

Re: JDiskExplorer on SUN Web Portal

Post by dubis »

HI,

Thanks for your answer ....

We plan for a http access as the FTP port is down on our server.

Is it stilling possible?

User avatar
support
Posts: 1503
Joined: Sun Jan 27, 2008 6:19 pm

Re: JDiskExplorer on SUN Web Portal

Post by support »

Ok, so you need HTTP transfer with a server-side script that will handle upload request.
Your portal server supports JSP/Servlet ? We provide a free JSP sample web application that works with JDiskExplorer. You have to install it first and make sure it works.

1 - Download JSPUpload script
http://www.jfileupload.com/products/tools/index.html

2 - Install it on your server.
Update upload folder path in upload.jsp.

3 - Try http://yourserver.com/somewhere/upload.jsp in your browser
You have to make sure it works before installing JFileUpload + JDiskExplorer.

Post Reply