Hey all. Does anyone know of a script that I can use in a website to allow users to upload a DIRECTORY and SUB DIRECTORIES of images? Regards, Dave
You can't do it with PHP. Unless you zip the directory before uploading. Some java applets might be able to do what you want.
It is not possible in PHP. You should use FTP Client or just zip the folder and upload by web browser
I am happy using FTP. But I need a ;basic; non tech way for users to upload hundreds of files in one go. Is there perhaps a web FTP alternative using php and/or java?
I'm quite sure there are Java FTP-clients you can embed in your pages. But I haven't used any of them.