Hey, I was just wondering, is it possible to create an application in C++ that once you dropped something onto it i.e a text file it would then upload to a server. For example:

// application checks to see if something has been dropped
// get the name and file extention to the file
// upload

Also, is it possible for it to be a folder that the code runs behind the folder if that makes sense? :P So like binding the .cpp file into the folder :P so that when i click it, it automatically displays the files that are on the server!

:( thanks!!

check wxWidgets. It have got classes that deals with that. I think it is wxFTP plus some drag n drop issues

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.