Dan06 Posted January 26, 2009 Share Posted January 26, 2009 I'd like to create an app that performs multiple file upload. I'm new to java so I'm not sure exactly how to go about accomplishing my goal. Is it best to create an app and then use web start? Or is there another, possibly better way? Does anyone know of any tutorials, books, etc. that have examples or cover upload applications? Thanks Quote Link to comment https://forums.phpfreaks.com/topic/142517-java-upload-application/ Share on other sites More sharing options...
Maq Posted January 26, 2009 Share Posted January 26, 2009 You're not going to get much help here, have you tried the forums.sun.com? Quote Link to comment https://forums.phpfreaks.com/topic/142517-java-upload-application/#findComment-746849 Share on other sites More sharing options...
corbin Posted January 26, 2009 Share Posted January 26, 2009 Well, to start with, you need to learn about Java sockets and the HTTP protocol. That will give you all you need to do an upload. Then you'll need to learn about user interfaces in Java, specifically how to make an applet. Quote Link to comment https://forums.phpfreaks.com/topic/142517-java-upload-application/#findComment-746979 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.