rejetto forum

Software => HFS ~ HTTP File Server => Topic started by: ANTS on May 06, 2006, 11:35:08 AM

Title: Multiple file uploads?
Post by: ANTS on May 06, 2006, 11:35:08 AM
Hello!

Rejetto, I was wondering if in the next version of HFS could you please change the upload files page to allow multiple files to be uploaded so you can select many files to upload at once.

Currently, you have to upload files one-by-one by clicking browse then selecting the file you wan't to upload. This can take a lot of time to select many files and also sometimes there are not enough file upload boxes. If a user needs hundres of files then they can't and manually have to do each one.

Thankyou.
Title: Multiple file uploads?
Post by: rejetto on May 06, 2006, 05:04:20 PM
using http/html/css there is no way i know to do that. i believe javascript is not enough either.
maybe a java/flash solution exists, and in the future may be adopted.
in the while you just have to zip all the files you want, then send the zip archive.
Title: Multiple file uploads?
Post by: ANTS on May 07, 2006, 06:19:47 AM
OK thanks for the reply.

I was wondering if you could do something like this:

http://www.megashares.com/index.php?html=0

It uses Java.
Title: Multiple file uploads?
Post by: rejetto on May 09, 2006, 02:57:09 AM
you can find interesting things googling applet upload and flash upload.
i will work on it in the future.
Of course, since HFS is open, anyone is invited to work on it from now.
Title: Multiple file uploads?
Post by: Anonymous on May 09, 2006, 05:45:26 AM
So does Java applets work with HFS?
Title: Multiple file uploads?
Post by: rejetto on May 14, 2006, 07:11:36 PM
it is up to the browser to make the applet work.
the server has nothing to do with it.