How to Automatically Upload Signature and Photos Into Server

  • daniel515
    Gefragt am 17. Juni 2024 um 15:02
    Now I have one last challenge. How do I automatically get the signature and photos uploaded in the form onto my server, which are then linked to the data record in the SQL database?


    Can you also help me with t

  • Angelica Jotform Support
    Geantwortet am 17. Juni 2024 um 15:25

    Hi Daniel,

    Yes, it is possible to send your submission data to a SQL server. You can export your form as Excel file and then import that Excel file to your SQL server. You can use MS SQL Server Export application to export your submission data as SQL file. Then you can import that SQL file to your SQL server.

    You might also want to check out this guide on How to Send Submissions to Your MySQL Database Using PHP.

    Let us know if there’s anything else we can help you with.