O Posted September 21, 2008 Share Posted September 21, 2008 I have several users that are not exactly the most computer savy, and I want to add a java app that allows them to easily upload/download multiple files from any directory under the webroot. I don't want it to be FTP based, or have a login system (I am going to use .htaccess). Something free, easy to setup, and very simple. Any suggestions? Quote Link to comment https://forums.phpfreaks.com/topic/125177-looking-for-simple-java-uploaddownload-app/ Share on other sites More sharing options...
Daniel0 Posted September 21, 2008 Share Posted September 21, 2008 How about a basic form with a PHP backend? http://www.php.net/manual/en/features.file-upload.php http://www.php.net/manual/en/features.file-upload.multiple.php Quote Link to comment https://forums.phpfreaks.com/topic/125177-looking-for-simple-java-uploaddownload-app/#findComment-647010 Share on other sites More sharing options...
O Posted September 21, 2008 Author Share Posted September 21, 2008 Right now, on the system I am using (not my choice), it has windows with coldfusion 5... so that is why I thought maybe java would work Quote Link to comment https://forums.phpfreaks.com/topic/125177-looking-for-simple-java-uploaddownload-app/#findComment-647012 Share on other sites More sharing options...
Daniel0 Posted September 21, 2008 Share Posted September 21, 2008 Well, I'm quite sure CF is able to handle file uploads as well. Quote Link to comment https://forums.phpfreaks.com/topic/125177-looking-for-simple-java-uploaddownload-app/#findComment-647015 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.