[RESOLVED] Question: CommonDialog or API?
What I have is a form that allows you to select a folder and create and upload that folder to a webserver. What I also want to be able to do is upload multiple files without selecting the whole folder.
I am wondering if it is possible to set the commonDialog to be able to select multiple files at once or would i need an api for this?
Any help or examples would be appreciated. :duck:
Re: Question: CommonDialog or API?
set the commonDialog cdlOFNAllowMultiselect flag
Re: Question: CommonDialog or API?
Thanks. I knew it was something simple that I missed.
Re: Question: CommonDialog or API?
When you have received an answer to your question, please mark it as resolved using the Thread Tools menu.