Jump to content

Write to file on FTP?


Steviep
 Share

Recommended Posts

Hi all,

I have a GUI which contains radio buttons, input fields and a "Submit" button. When a user makes their selections and clicks on "Submit", I would like their selections to be written to a file on a FTP server (ideally something which can be opened in Excel later on for review). The goal is to collect data from many users, (this is a "Feedback" form). The more people who complete the form, the bigger the file would grow. Ideally i'd like to avoid uploading 1 .txt file per submission as it would be hard to analyse the data later.

Any suggestions?

Many thanks!

Link to comment
Share on other sites

  • Developers

This is not going to work as far as I know. You need the file locally to be able to write to it after which you can upload it. 
Functionality like this require a Web page with a form which makes it pretty easy to append  the inputted data to a local file on the webserver.

Jos 

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

Have you looked at Google Forms?  Its free and you can download the responses to a spreadsheet.  Otherwise as Jos mentioned you would need to create a web form with a database on the back-end which will allow you to export the data, to spreadsheet etc..

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...