Anyone know a link to code which will allow me to work with to upload files (word docs, pdfs) to an sql server.
I want to also rename the file to include the client reference number which is an incremental id field in the database.
I want it to add the new registration to the database, then get the new allocated reference number and use that to link the updated cv in another table.
I have the registrations working fine. so a new client registers and gets the number 12345. This will then add the doc they uploaded to a 'document' table and will be linked to 12345
Any help?
Thanks
I want to also rename the file to include the client reference number which is an incremental id field in the database.
I want it to add the new registration to the database, then get the new allocated reference number and use that to link the updated cv in another table.
I have the registrations working fine. so a new client registers and gets the number 12345. This will then add the doc they uploaded to a 'document' table and will be linked to 12345
Any help?
Thanks