Page 1 of 1
JDiskExplorer on SUN Web Portal
Posted: Wed Jun 11, 2008 7:48 am
by dubis
Hi,
Someone knows how to install JDiskExplorer on on SUN Web Portal.
Thanks
Re: JDiskExplorer on SUN Web Portal
Posted: Wed Jun 11, 2008 6:50 pm
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 ?
Re: JDiskExplorer on SUN Web Portal
Posted: Thu Jun 12, 2008 9:59 am
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?
Re: JDiskExplorer on SUN Web Portal
Posted: Thu Jun 12, 2008 8:55 pm
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.