| Author |
Message |
Tamara
Joined: 15 Jun 2005 Posts: 1
|
Posted: Mon Jun 20, 2005 8:30 pm Post subject: Multiple file upload |
|
|
I usually use FTP to upload my files through Dreamweaver, but sometimes I go through the plesk management system, where you can only upload one file at a time. The ability to upload 10-20 files at a time, like other servers, would be helpful.
---Tamara |
|
| Back to top |
|
 |
taramichael
Joined: 04 Jun 2008 Posts: 2
|
Posted: Tue Jul 01, 2008 1:30 pm Post subject: Hi |
|
|
| It is possible to upload 10-20 files through FTP. |
|
| Back to top |
|
 |
WHFI_Beth Site Admin
Joined: 29 Sep 2004 Posts: 166
|
Posted: Mon Jul 21, 2008 9:33 pm Post subject: |
|
|
| The file manage will only do one at a time and not designed ot do the full directory. The biggest reason for that is some of the security in place that limites how much upload can be done from a web based interface. So FTP is the right route and the File manager is for quick fixes, or people that are not computer savvy to have a way to make an edit if need be. |
|
| Back to top |
|
 |
alliepatchell
Joined: 04 Mar 2011 Posts: 6
|
Posted: Fri Mar 04, 2011 8:48 pm Post subject: |
|
|
| It would be awesome if Plesk would allow us to upload more than one file at a time, wouldn't it? |
|
| Back to top |
|
 |
michealborow1
Joined: 27 Sep 2011 Posts: 128
|
Posted: Tue Nov 01, 2011 12:17 am Post subject: |
|
|
Hello,
If you have a form where you want to allow a user to upload more than one file, you’re stuck with either adding as many file input elements as the number of files you want to upload, or possibly having new ones appear ‘magically’ through Javascript. I was mulling over some ideas while walking home from work last week, when I came up with what I thought might be a quite cunning (and more atttractive and useable) way to allow a form to use a single file input element — sort of — to upload multiple files. Since you can only store file upload information in a file upload element (<input type=”file”>), you’ll always need to have one element per file to be uploaded. But what occurred to me is that you don’t need to display all those file elements.
Thanks,
IT Solutions |
|
| Back to top |
|
 |
|