uploading the contents of a text area to the server

This section is for posting questions which are not directly related to WYSIWYG Web Builder.
Examples of off topics: web server configuration, hosting, programming related questions, third party scripts.

Note that these questions will generally not be answered by the administrators of this forum.
Post Reply
frafi
 
 
Posts: 12
Joined: Thu Apr 01, 2021 9:18 am

uploading the contents of a text area to the server

Post by frafi »

Could someone please give me an example how to upload the contents of an text area into a text file on the server.
The combination JavaScript at the client side and PHP on the server side is a possibility.
Is there is a straight forward and ease way here?
User avatar
Pablo
 
Posts: 21508
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: uploading the contents of a text area to the server

Post by Pablo »

You can use the built-in form script to store data in a CSV file.
frafi
 
 
Posts: 12
Joined: Thu Apr 01, 2021 9:18 am

Re: uploading the contents of a text area to the server

Post by frafi »

Thanks for the tip, this was exactly what i want. The form contents are now at the server for further processing.
But i realized that the readonly editbox is not coming through.
Why? I need and want all texts for my project. How can i bring this strings also through?
User avatar
Pablo
 
Posts: 21508
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: uploading the contents of a text area to the server

Post by Pablo »

Maybe the input field is not part of the form?
It is difficult to help you without seeing what you have done.
Post Reply