Search found 4 matches

by Necro PC
Sat May 27, 2023 10:05 pm
Forum: Forms
Topic: How do I upload string to an FTP server and download them from ftp
Replies: 8
Views: 4945

Re: How do I upload string to an FTP server and download them from ftp

There is no database nor MySQL, I just want to upload the text entered by the user in the text area to a txt file on the ftp server
- I want to receive the content of a text file from an ftp server, and put it in a label when a button is pressed. That's it
by Necro PC
Sat May 27, 2023 3:29 pm
Forum: Forms
Topic: How do I upload string to an FTP server and download them from ftp
Replies: 8
Views: 4945

Re: How do I upload string to an FTP server and download them from ftp

I mean the user enter a text in a text area. Whan he hits Submit, that text will be uploaded to ftp,
by Necro PC
Sat May 27, 2023 1:48 pm
Forum: Forms
Topic: How do I upload string to an FTP server and download them from ftp
Replies: 8
Views: 4945

Re: How do I upload string to an FTP server and download them from ftp

I mean uploading a Text to a file in FTP Server and download a text file from ftp and show it content in a label in my website
by Necro PC
Sat May 27, 2023 1:35 pm
Forum: Forms
Topic: How do I upload string to an FTP server and download them from ftp
Replies: 8
Views: 4945

How do I upload string to an FTP server and download them from ftp

Hello, I want to know how to upload string to an FTP server and download them from ftp using WYSIWYNG. Thank you