I've been working on the new file submission routine for the new files section. The way I have been doing it is turning out to be way too complicated and way too annoying. Basically, you would fill out a web form and then it would give you a confirmation number which you would put in the subject line of an email, then use that to submit an attachment which we could process... but it's a pain and I'll end up having to build a bunch of different options for submitting urls, ftp urls, handling multiple attachments, etc. The email part is already slow...
So, I looked over at pcgamemods.com and I noticed that they had a java file uploader. That's the best idea ever! It's a small applet that shows the progress of your FTP upload. This will get you around the PHP attachment size limit as well as the problem of not knowing how much progress your upload has made.
The problem with the applet they use is that it costs $200.00 for the commercial version (they are still using the demo version... ugh), and it doesn't appear to work on Linux at all. Java is supposed to be cross-platform, so wtf? The applet actually loads on linux, but the file selector doesn't allow me to select or submit files.
So, I was wondering if anyone here in college or something has had any experience programming Java? I could probably spend a couple of weeks figuring enough out to write a simple applet, but it's probably easier for one of you. Basically, we just need it to allow the user to select a file, then send that file over FTP to the massassi server (which will be hardcoded into the applet or something?).
I even found a free ftp component that looks really easy to work with, I just don't know enough about java to make the simple applet.
http://www.jibble.org/simpleftp/
So anyway, let me know.
So, I looked over at pcgamemods.com and I noticed that they had a java file uploader. That's the best idea ever! It's a small applet that shows the progress of your FTP upload. This will get you around the PHP attachment size limit as well as the problem of not knowing how much progress your upload has made.
The problem with the applet they use is that it costs $200.00 for the commercial version (they are still using the demo version... ugh), and it doesn't appear to work on Linux at all. Java is supposed to be cross-platform, so wtf? The applet actually loads on linux, but the file selector doesn't allow me to select or submit files.
So, I was wondering if anyone here in college or something has had any experience programming Java? I could probably spend a couple of weeks figuring enough out to write a simple applet, but it's probably easier for one of you. Basically, we just need it to allow the user to select a file, then send that file over FTP to the massassi server (which will be hardcoded into the applet or something?).
I even found a free ftp component that looks really easy to work with, I just don't know enough about java to make the simple applet.
http://www.jibble.org/simpleftp/
So anyway, let me know.