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? 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 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 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. 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
Archived
This topic is now archived and is closed to further replies.