input field for browsing folder
Asked Answered
A

2

0

input field with type file used for browsing file .How to make it for browsing folder.

Acetylide answered 1/2, 2010 at 11:8 Comment(0)
P
3

You can't. The input type=file control is limited to picking one file at a time.

If you want to pick multiple files, there are various ways, Flash based uploaders, Java and ActiveX based components. The Flash based uploaders are the best bet, and there are Open Source ones around. Check out SWFUploader.

Psi answered 1/2, 2010 at 11:11 Comment(0)
D
0

You would have to use server side or some ActiveX to do this as javascript does not support this

Disputation answered 1/2, 2010 at 11:17 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.