Hi
So i want a user to be able to create a new folder or choose folder where the document lies(pdf, .doc etc)
then save the document to another folder of the users choice.
So in essence when creating a new record in the database, I would like the user permission to link a document to that entry, so once the entry is created they can link a file to it, under a folder which location is also saved in the database.
So i use the openfiledialog to find the specified file the user wants to save in this NEW folder the user is going to create. Or i will create dynamically with same ID as new entry in database so can be referenced.
how do i copy the file from its location to the new location.
making use of a savedialog but duno the code needed to save it.
So i want a user to be able to create a new folder or choose folder where the document lies(pdf, .doc etc)
then save the document to another folder of the users choice.
So in essence when creating a new record in the database, I would like the user permission to link a document to that entry, so once the entry is created they can link a file to it, under a folder which location is also saved in the database.
So i use the openfiledialog to find the specified file the user wants to save in this NEW folder the user is going to create. Or i will create dynamically with same ID as new entry in database so can be referenced.
how do i copy the file from its location to the new location.
making use of a savedialog but duno the code needed to save it.
Comment