Editor to upload to DB with C# server code
Editor to upload to DB with C# server code
Gilles 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
This discussion has been closed.
Answers
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#
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
andUploadManyController
in the package if you want to take a look at their code.Regards,
Allan