Computing.Net > Forums > Web Development > I need an multiple files uploader

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

I need an multiple files uploader

Reply to Message Icon

Name: Zenno
Date: January 28, 2007 at 12:51:53 Pacific
OS: Windows XP SP2
CPU/Ram: P4 3.0 Ghz / 1 Meg DDR
Product: Abit
Comment:

Hello everyone,

To make it simpler i want something similar to this:

http://www.sibsoft.net/upload_form_...

BUT, i need to be able to select multiple files to upload in only one step, i don't want to individually select each file before hitting the upload key. The main reason for this, i want my users to be able to send hundreds of files from a single directory at once.

Is it possible ?

Thanks



Sponsored Link
Ads by Google

Response Number 1
Name: Laler
Date: January 28, 2007 at 14:12:18 Pacific
Reply:

Using a web browser, upload the files selected by ctrl-click or shift-click?

I dont think you can do that.

You can create script to handle uploaded ZIP file (ie: extracting it). So you need to tell the users to ZIP their hundreds of files first...

Or easier, tell them to use an FTP client :D

---
Fubar


0

Response Number 2
Name: Zenno
Date: January 28, 2007 at 14:21:26 Pacific
Reply:

Hmmm, i should have mentioned that everything should be very easy, because my users are not very, well, you know, technically advanced. So Compressing files in advance is out of the question and using ftp as well.


0

Response Number 3
Name: Michael J (by mjdamato)
Date: January 28, 2007 at 21:32:54 Pacific
Reply:

You cannot accomplish that through normal HTML controls. You will need to use an ActiveX or some other type of component. Of course, the users will have to accept the control to be downloaded and installed, something not all users would be willing to do - and rightly so.

Here is one such component that will work how you describe. However it is not cheap.

http://www.uploadfriendly.com/

Michael J


0

Response Number 4
Name: Zenno
Date: January 29, 2007 at 12:43:59 Pacific
Reply:

Thank you Michael.

That's the best i seen so far.

99$ is not cheap but realistic.

I will do some further research about implementing something myself using activex

Zenno.


0

Response Number 5
Name: Web developers
Date: January 30, 2007 at 05:24:54 Pacific
Reply:

Yes correct. You would need either a java applet or a activex application or a flash multiple uploader to do this job for you.

Chris, Director, Chrisranjana.com
http://www.chrisranjana.com


0

Related Posts

See More



Response Number 6
Name: Zenno
Date: January 30, 2007 at 08:40:42 Pacific
Reply:

Ohhh !!! This can also be done in Flash ???

That's an interesting possibility.

Thanks.


0

Response Number 7
Name: Michael J (by mjdamato)
Date: January 30, 2007 at 10:09:27 Pacific
Reply:

I didn't realize that either. here is a free flash tool to do it: http://www.element-it.com/MultiPowU...

It is free only if you include a link back to the provider. The "ad free" version is $199 for a single server license.

IMHO, this may be a better route than ActiveX as most people will already have Flash installed.

Michael J


0

Response Number 8
Name: Taurus
Date: January 30, 2007 at 12:16:36 Pacific
Reply:

I have only ever used php to upload one file at a time, but just out of curiosity, is there some reason that you can't upload multiple files at once on one html form and in the script, separate the files using the POST variable names?

Developers have a sense of humour, it's just commented out.


0

Response Number 9
Name: Michael J (by mjdamato)
Date: January 30, 2007 at 12:40:16 Pacific
Reply:

@Taurus, the OP stated " i need to be able to select multiple files to upload in only one step".

You can of course have mutiple file upload fields on a form and even dynamically add additionall fields as needed through javascript. But, there is no control within standard HTML to select multiple files at once.

Michael J


0

Response Number 10
Name: Zenno
Date: January 30, 2007 at 14:14:30 Pacific
Reply:

Michael, that's much more than i could hope for.

What a great application..and free.....

Thank you so much !!! I'm very grateful !

Zenno.

p.s. Thank you everyone for your inputs.


0

Response Number 11
Name: Taurus
Date: January 30, 2007 at 14:47:33 Pacific
Reply:

Oh yeah. sorry, didn't read it right. :-S

Developers have a sense of humour, it's just commented out.


0

Sponsored Link
Ads by Google
Reply to Message Icon






Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Web Development Forum Home


Sponsored links

Ads by Google


Results for: I need an multiple files uploader

Using an exe file on a webserver? www.computing.net/answers/webdevel/using-an-exe-file-on-a-webserver/3886.html

Having issue with multipart/form-data in jsp www.computing.net/answers/webdevel/having-issue-with-multipartformdata-in-jsp/4169.html

Do I need dual processors www.computing.net/answers/webdevel/do-i-need-dual-processors/626.html