R
R
romikiz2019-08-15 11:51:14
JavaScript
romikiz, 2019-08-15 11:51:14

How to save pdf file from iframe on server?

Good to everyone!
ASP.NET Core MVC + c# web application
The view has the following code:

<form asp-action="AnketSave" enctype="multipart/form-data">
                <h2>Анкета</h2>
                <input type="submit" value="Сохранить" />
                <iframe src="~/Ankets/Anketa.pdf" style="width: 100%; height: 800px;"></iframe>
            </form>

The pdf file has checkboxes that the user can set.
I need to save the modified file via POST to the wwwroot/UserAnket folder.
I can't figure out how to pull it out of the iframe
Thanks in advance!

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question