well I was thinking of something where in the "file selector dialog" you can select multiple files at once using CTRL or SHIFT.
OR something where you can just select a directory instead of a file in the dialog.
I have a feeling that might require java, which is ok, but of course it would be nicer to do it without java.
ergophobe
6:20 pm on Feb 26, 2005 (gmt 0)
Not even Javascript has access to the file structure on the client side (and obviously PHP doesn't) so I think you're stuck with Java or HTML. Since HTML doesn't allow multi-select, it's either Jatar_K's solution or some client-side applet.
Tapolyai
6:24 pm on Feb 26, 2005 (gmt 0)
The problem is not that much the server side, but client side. Remember that file uploads is a "recent" development in relations to browsers.