Editor to upload to DB with C# server code

Editor to upload to DB with C# server code

Gilles BouchardGilles Bouchard Posts: 4Questions: 2Answers: 0

Hi,
Is there an example of an editor that can upload, modify and delete attachments of a form.
I want to be able to save multiple attachments to my DB (MSSSQL) with the form info and later retrieve the info and the attachments for editing.

Thanks

Answers

  • Gilles BouchardGilles Bouchard Posts: 4Questions: 2Answers: 0

    I forgot to mention that I use a datatables.net with the editor.
    I've seen example with PHP and some code extract in C#, but no complete example using C#

  • allanallan Posts: 61,450Questions: 1Answers: 10,055 Site admin

    Hi Gilles,

    Editor's .NET package download includes an example of both the upload and e-field uploadMany` field types which match the PHP examples that are live on this site exactly.

    Have you taken a look at those two examples? They are called UploadController and UploadManyController in the package if you want to take a look at their code.

    Regards,
    Allan

This discussion has been closed.