Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How can I allow users to select multiple files into one file upload box?

Box file files select upload Users
0
10 Posted

How can I allow users to select multiple files into one file upload box?

0
10

Unfortunately it is impossible to do this kind of multi-selection upload unless you use client side code (eg Java, ActiveX or .NET). Many people on the internet cannot use this kind of code. For example people in large companies often cannot use this kind of code because IT departments tend to disable client side code for security reasons. An additional benefit of using pure server-side code is that you get security for free. You can do your uploads using an HTTPS link and both you and your clients can be certain that their data transfer is secure. If this feature is essential you can use Flash 8 (which is a client side control) to provide the file upload capabilities on the client side. ABCUpload will process the data identically on the server side because Flash sends the data in exactly the same way that a browser does. For details see the Flash site.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123