Hi to all, I need your help/advice.
I'll explain my problem:
I have to write an aspx page, where the user can upload an entire directory/folder to my server.
I did some research and seem that there is no build it component to upload an entire directory/folder, there is the file upload component but no for entire directory/folder. The problem is that the page doesn't have the permissions to read the data of the users. I look in the web and the solution that seems to be acceptable is writing my own ActiveX.
After thinking about it, I came with the following questions:
1. It is possible for the ActiveX, to open a choose folder dialog? Is this implemented in C++?
2. Lets say is implemented, after I read the content of the folder(files), How I send the content(files) to the server?
3. Of course after sending the content of the folder(files), there should be a application/services/script in the server side to receive the content(files), What do you recommend to write?
Thanks for your help/advice, any help/ideas/links will be appreciated.
:?:
dev.cplusplus 0 Junior Poster in Training
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
dev.cplusplus 0 Junior Poster in Training
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
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.