Reply
JAVA vs Flash for file uploads?
Old 06-21-2009, 12:59 AM JAVA vs Flash for file uploads?
The PHP Professor

Posts: 329
Name: Alex
Location: Behind You
Trades: 0
Which is better when it comes to File Uploads? I don't mean wimpy 50MB or 100MB uploads, I'm talking about something like 500GB to 2GB of uploading maybe more. (not past 5GB)

I have found that;

1. Standard HTML upload = sucks
2. Ajax upload, the same but = sucks
3. Flash to be = dependable at times
4. Java somewhat = feature-ful

So what is the same? I don't know how to make java applets or flash upload systems but i can learn, i just need to be pointed in a direction...
__________________
Go Kirby! <(" . "<) (^" . "^) (>" . ")> Talkupation!
microcolt is offline
Reply With Quote
View Public Profile Visit microcolt's homepage!
 
 
When You Register, These Ads Go Away!
Old 06-22-2009, 12:51 PM Re: JAVA vs Flash for file uploads?
willcode4beer's Avatar
Super Moderator

Posts: 1,388
Name: Paul Davis
Location: San Francisco
Trades: 1
It just depends.

Flash is can be useful because it's ubiquitous. However, Java come with much more power. You could use it to segment files to ensure much greater reliability with a large upload especially on flaky connections.

Your main issue with using a Java applet is, in order to reference a local file (to upload), the applet will need to be signed and the user will need to grant the applet permission to read local files.
__________________
Paul Davis

earn $$$ write for willCode4Beer.com
willcode4beer is offline
Reply With Quote
View Public Profile
 
Old 06-23-2009, 12:41 AM Re: JAVA vs Flash for file uploads?
The PHP Professor

Posts: 329
Name: Alex
Location: Behind You
Trades: 0
So in other words, you are saying that Flash is quicker and a little more user friendly, correct?
__________________
Go Kirby! <(" . "<) (^" . "^) (>" . ")> Talkupation!
microcolt is offline
Reply With Quote
View Public Profile Visit microcolt's homepage!
 
Old 06-23-2009, 10:05 AM Re: JAVA vs Flash for file uploads?
Super Talker

Posts: 101
Trades: 0
I am a developer and have developed several websites. I have not faced any problem with standard http uploads. However, this is limited for small files. If the file to be uploaded is of 1 GB or so, it is always recommended to use the java applet to upload it.
__________________
AccuWebHosting.Com - Windows Hosting Expert
ASP.NET 3.5 | SQL 2005 Database | US Based Hosting Company | 24 X 7 Support | Daily Backups | Uptime Guarantee | Affiliates - $50 Per Sale
| Website Hosting
twhdir is offline
Reply With Quote
View Public Profile
 
Old 06-23-2009, 12:59 PM Re: JAVA vs Flash for file uploads?
willcode4beer's Avatar
Super Moderator

Posts: 1,388
Name: Paul Davis
Location: San Francisco
Trades: 1
Quote:
Originally Posted by microcolt View Post
So in other words, you are saying that Flash is quicker and a little more user friendly, correct?
I doubt flash would be any faster. Your bottleneck will be the network, regardless of how you do it.

The user-friendliness is up to you, not the language or runtime

Though, by being able to partition files in Java, I could potentially be more user-friendly on flaky connections.
__________________
Paul Davis

earn $$$ write for willCode4Beer.com

Last edited by willcode4beer; 06-25-2009 at 02:05 PM..
willcode4beer is offline
Reply With Quote
View Public Profile
 
Old 06-24-2009, 09:58 PM Re: JAVA vs Flash for file uploads?
The PHP Professor

Posts: 329
Name: Alex
Location: Behind You
Trades: 0
Quote:
Originally Posted by willcode4beer View Post
I doubt flash would be any faster. Your bottle neck will be the network, regardless of how you do it.

The user-friendliness is up to you, not the language or runtime

Though, by being able to partition files in Java, I could potentially be more user-friendly on flaky connections.
When you say "network" are you talking about speed or in how i present the system its self?
__________________
Go Kirby! <(" . "<) (^" . "^) (>" . ")> Talkupation!
microcolt is offline
Reply With Quote
View Public Profile Visit microcolt's homepage!
 
Old 06-25-2009, 02:07 PM Re: JAVA vs Flash for file uploads?
willcode4beer's Avatar
Super Moderator

Posts: 1,388
Name: Paul Davis
Location: San Francisco
Trades: 1
Quote:
Originally Posted by microcolt View Post
When you say "network" are you talking about speed or in how i present the system its self?
When I say "network" I mean that thing with the wires you use to transmit data

By bottleneck, I mean, the limiting factor regarding speed
__________________
Paul Davis

earn $$$ write for willCode4Beer.com
willcode4beer is offline
Reply With Quote
View Public Profile
 
Old 06-26-2009, 10:44 AM Re: JAVA vs Flash for file uploads?
ATLChris's Avatar
Experienced Talker

Posts: 34
Trades: 0
Checkout SWFUpload, that is a great open source flash uploader. I have used it many times and love it.
ATLChris is offline
Reply With Quote
View Public Profile
 
Old 06-26-2009, 11:05 PM Re: JAVA vs Flash for file uploads?
The PHP Professor

Posts: 329
Name: Alex
Location: Behind You
Trades: 0
Thanks but i need a HTTP uploader.
__________________
Go Kirby! <(" . "<) (^" . "^) (>" . ")> Talkupation!
microcolt is offline
Reply With Quote
View Public Profile Visit microcolt's homepage!
 
Old 07-01-2009, 08:39 AM Re: JAVA vs Flash for file uploads?
hairygunther's Avatar
Extreme Talker

Posts: 164
Trades: 0
Quote:
Which is better when it comes to File Uploads? I don't mean wimpy 50MB or 100MB uploads, I'm talking about something like 500GB to 2GB of uploading maybe more. (not past 5GB)

I have found that;

1. Standard HTML upload = sucks
I think that what you call "html standard" is just php - after all, you show no indication of knowing how to handle it in perl

I have observed that aspx uploading is a hell of a lot slower than perl, but I've never tested php - although php is obviously worse, as a language, than both aspx and perl.

I think you just need to try doing it with perl. Perl uploading is no doubt faster than php - maybe then you won't need to use inappropriate platforms like flash or java (the latter will be denied permission too much and the former is for making animated graphical objects, not file system commands!)
hairygunther is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to JAVA vs Flash for file uploads?
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 



Page generated in 0.14835 seconds with 13 queries