One of HTML's greatest pitfalls (at least in my opinion) is the fact that user cannot upload more than one file at a time (short of creating a new file box for each file). This is quite frustrating, and as such, I'm looking for a way to get around that. I want the user to be able to select a few files, perhaps even a whole folder and dump it on the server. Now, I know this is possible (facebook does it, my local photolab does it), but I have no idea how. Google turned up a number of solutions, but they all involved Java (a big no-no) and all cost money. Is there a way to aviod this?
Thank you!
Uploading Multiple Files
Moderator: General Moderators
- evilmonkey
- Forum Regular
- Posts: 823
- Joined: Sun Oct 06, 2002 1:24 pm
- Location: Toronto, Canada
- evilmonkey
- Forum Regular
- Posts: 823
- Joined: Sun Oct 06, 2002 1:24 pm
- Location: Toronto, Canada
- Chris Corbyn
- Breakbeat Nuttzer
- Posts: 13098
- Joined: Wed Mar 24, 2004 7:57 am
- Location: Melbourne, Australia
Provide say 5 fields for the sake of accessibility then use JavaScript to "enhance" the page by adding new input fields once the user has filled all the exisiting ones. Seems reasonable to meevilmonkey wrote:Because users may want toupload a ridiculous amount of files (Have you seen how many pictures people put on facebook?)
- evilmonkey
- Forum Regular
- Posts: 823
- Joined: Sun Oct 06, 2002 1:24 pm
- Location: Toronto, Canada
That is actually a good idea, and one of the ones I'm currently entertaining. But I'm also looking for a solution where a user can select a bunchof files and click a button, without the user having to go through the 'zip' hassle.feyd wrote:User zips, user uploads zip, server unzips and validates all files, server places files in appropriate location(s).
-
alex.barylski
- DevNet Evangelist
- Posts: 6267
- Joined: Tue Dec 21, 2004 5:00 pm
- Location: Winnipeg
First: I just watched call for help the other day and they showcased a web site (can't remember the name) but it provided drag and drop file upload...using Flash 8 I think...search around google for uploading using Flash and see what you can come up with 
Second: Install a FTPd on your client computer and connect to the FTP server to generate a local file listing or use FSO ActiveX object?
Second: Install a FTPd on your client computer and connect to the FTP server to generate a local file listing or use FSO ActiveX object?