Answer the question
In order to leave comments, you need to log in
Creating local files after filling out a form, is it possible?
Hello!
Please tell me, is it possible to make Js so that after the user enters information through the form, a local file is created?
<form>
<input type="text" placeholder="your name">
<button type="submit">Get the file</button>
</form>
Answer the question
In order to leave comments, you need to log in
yes, you send a request with Ajax, you receive it on the server and create a file
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question