Upload Files and Link to User in SQL

Ok…I’m sure this is possible, I just have no idea how to go about achieving it.

Here’s what I want to do. I want a customer that is logged into my website to be able to click on a pdf file, fill out the form, digitally sign it and then save it to my server. Then I want that file to be linked to the user so that I can access it from myphpadmin.

Is this possible? If so, is anyone aware of a code that I can use to accomplish this?

How does signing the pdf work? Is this something handled by some pdf application the user has, or do you have to do this somehow?

The rest of it is trivial. If you don’t have to handle the signing then just download a pdf, let the user upload a file again and store that file wherever you want on the server and take the filename + session user id and save to the database.

Sponsor our Newsletter | Privacy Policy | Terms of Service