Hi

Working on a photographers CMS, the idea is that they'll resize their images using a batch processing app, separate from the website, then I'd like them to be able to add a new section and select the entire directory (of resized images) for upload, not just individual files...

If you could point me in the right direction I'd really appreciate it,

thanks

lworks

Recommended Answers

All 3 Replies

i dont beleive you can upload a directory at all in php.

they could upload a zip file then use php to break apart the file and then create the directorys/file structure in this.

I wanted to do the same thing some time ago. But its simply not possible. You can have multiple <input type="file"> tags though.

Thanks guys, always appreciate your help! Guess its back to the drawing board... :)

lworks

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.