Anyone knows script (in php) or method how to implement in web form multiple files upload?
I know tradition method.
Example: I have now 4 input boxes with 4 browse button besides:
This approach is quite unflexible. Sometimes will be too few and sometimes too much boxes.
I would like make it like in web-email sites (eg. gmail).
You have one input box with browse button and than if you want to add a new file, you click eg. 'add another one', and than new box under the old one appear.
Some advicses will be really appreciated:)
Upload file in "web-email site" style
Moderator: General Moderators
- feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
http://binnyva.blogspot.com/2006/01/dyn ... on-in.html is the basic idea.