As I mentioned,the process of uploading a file has done using the above code.I want also to make a folder in which i store this file.
For example,if the name of the file
putty.exe
then the name of the file would be
applications
.
I can make the folder using php scripting.My question is how i can give the name of the folder using qt code?
I can upload the file into the server or give the name of the folder (and the result is the creation of the folder) using post method , but not both of them.
Any help would be appreciated..!