rejetto forum

Multiple file uploads?

Guest · 6 · 3804

0 Members and 1 Guest are viewing this topic.

ANTS

  • Guest
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.


Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13523
    • View Profile
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.


ANTS

  • Guest
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.


Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13523
    • View Profile
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.


Anonymous

  • Guest

Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13523
    • View Profile
it is up to the browser to make the applet work.
the server has nothing to do with it.