rejetto forum
Software => HFS ~ HTTP File Server => Topic started 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.
-
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.
-
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.
-
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.
-
So does Java applets work with HFS?
-
it is up to the browser to make the applet work.
the server has nothing to do with it.